llvm-ld (1) Linux Manual Page
NAME llvm-ld – LLVM linker SYNOPSIS llvm-ld <options> <files> DESCRIPTION The llvm-ld tool takes a set of LLVM bitcode files and links them together into a single LLVM bitcode file. The output bitcode file can be another bitcode file or an executable bitcode program. Using additional options, llvm-ld is able to produce native code executables….
