llvm-link-14 (1) Linux Manual Page
NAME llvm-link – LLVM bitcode linker SYNOPSIS llvm-link [options] filename … DESCRIPTION llvm-link takes several LLVM bitcode files and links them together into a single LLVM bitcode file. It writes the output file to standard output, unless the -o option is used to specify a filename. OPTIONS -f Enable binary output on terminals. Normally, llvm-link…
