Home | History | Annotate | Download | only in CommandGuide

Lines Matching full:llvm

0 llvm-link - LLVM bitcode linker
7 :program:`llvm-link` [*options*] *filename ...*
12 :program:`llvm-link` takes several LLVM bitcode files and links them together
13 into a single LLVM bitcode file. It writes the output file to standard output,
21 Enable binary output on terminals. Normally, :program:`llvm-link` will refuse
23 option, :program:`llvm-link` will write raw bitcode regardless of the output
29 :program:`llvm-link` will write its output to standard output.
33 Write output in LLVM intermediate language (instead of bitcode).
37 If specified, :program:`llvm-link` prints a human-readable version of the
46 Verbose mode. Print information about what :program:`llvm-link` is doing.
53 If :program:`llvm-link` succeeds, it will exit with 0. Otherwise, if an error