diff --git a/pages/common/llvm-cat.md b/pages/common/llvm-cat.md new file mode 100644 index 0000000000..7ebd1dfb63 --- /dev/null +++ b/pages/common/llvm-cat.md @@ -0,0 +1,8 @@ +# llvm-cat + +> Concatenate LLVM Bitcode (`.bc`) files. +> More information: . + +- Concatenate Bitcode files: + +`llvm-cat {{path/to/file1.bc}} {{path/to/file2.bc}} -o {{path/to/out.bc}}`