llvm-cat: add page (#6564)

beep
pixel 2021-09-20 16:00:32 +02:00 committed by GitHub
parent 61da0633de
commit c5e894b788
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

8
pages/common/llvm-cat.md Normal file
View File

@ -0,0 +1,8 @@
# 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}}`