commands.sh

llvm-cat

all

Concatenate LLVM Bitcode (`.bc`) files.

More info →

Examples (1)

Concatenate Bitcode files

llvm-cat path/to/file1.bc path/to/file2.bc -o path/to/out.bc
made by @shridhargupta | data from tldr-pages