mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-12 01:58:50 +00:00
Update cheatsheets
This commit is contained in:
13
llvm-cat
Normal file
13
llvm-cat
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# llvm-cat
|
||||
|
||||
> Concatenate LLVM Bitcode (`.bc`) files.
|
||||
> More information: <https://github.com/llvm/llvm-project/blob/main/llvm/tools/llvm-cat/llvm-cat.cpp>.
|
||||
|
||||
- Concatenate Bitcode files:
|
||||
|
||||
`llvm-cat {{path/to/file1.bc}} {{path/to/file2.bc}} -o {{path/to/out.bc}}`
|
||||
Reference in New Issue
Block a user