Lines Matching +full:single +full:- +full:link
4 .nr rst2man-indent-level 0
7 \\$1 \\n[an-margin]
8 level \\n[rst2man-indent-level]
9 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
10 -
11 \\n[rst2man-indent0]
12 \\n[rst2man-indent1]
13 \\n[rst2man-indent2]
18 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
19 . nr rst2man-indent-level +1
24 .\" indent \\n[an-margin]
25 .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
26 .nr rst2man-indent-level -1
27 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
30 .TH "LLVM-LINK" "1" "2023-05-24" "16" "LLVM"
32 llvm-link \- LLVM bitcode linker
35 \fBllvm\-link\fP [\fIoptions\fP] \fIfilename ...\fP
38 \fBllvm\-link\fP takes several LLVM bitcode files and links them together
39 into a single LLVM bitcode file. It writes the output file to standard output,
40 unless the \fI\%\-o\fP option is used to specify a filename.
44 .B \-f
45 Enable binary output on terminals. Normally, \fBllvm\-link\fP will refuse
47 option, \fBllvm\-link\fP will write raw bitcode regardless of the output
52 .B \-o filename
53 Specify the output file name. If \fBfilename\fP is \(dq\fB\-\fP\(dq, then
54 \fBllvm\-link\fP will write its output to standard output.
58 .B \-S
63 .B \-d
64 If specified, \fBllvm\-link\fP prints a human\-readable version of the
69 .B \-help
74 .B \-v
75 Verbose mode. Print information about what \fBllvm\-link\fP is doing.
81 If \fBllvm\-link\fP succeeds, it will exit with 0. Otherwise, if an error
82 occurs, it will exit with a non\-zero value.
86 2003-2023, LLVM Project