tldr/pages/common/llvm-cat.md

9 lines
263 B
Markdown
Raw Normal View History

2021-09-20 15:00:32 +01:00
# 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}}`