# llvm-cat > 连接 LLVM Bitcode(`.bc`)文件。 > 更多信息:。 - 连接 Bitcode 文件: `llvm-cat {{path/to/file1.bc}} {{path/to/file2.bc}} -o {{path/to/out.bc}}`