Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../usr/./man/man1/llvm-link.1
Real path: /usr/share/man/man1/llvm-link.1
Zurück
'\" te .\" Man page generated from reStructuredText. . . .nr rst2man-indent-level 0 . .de1 rstReportMargin \\$1 \\n[an-margin] level \\n[rst2man-indent-level] level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] - \\n[rst2man-indent0] \\n[rst2man-indent1] \\n[rst2man-indent2] .. .de1 INDENT .\" .rstReportMargin pre: . RS \\$1 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] . nr rst2man-indent-level +1 .\" .rstReportMargin post: .. .de UNINDENT . RE .\" indent \\n[an-margin] .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] .nr rst2man-indent-level -1 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. .TH "LLVM-LINK" 1 "2023-09-26" "13" "LLVM" .SH NAME llvm-link \- LLVM bitcode linker .SH SYNOPSIS .sp \fBllvm\-link\fP [\fIoptions\fP] \fIfilename ...\fP .SH DESCRIPTION .sp \fBllvm\-link\fP 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 \fI\%\-o\fP option is used to specify a filename. .SH OPTIONS .INDENT 0.0 .TP .B \-f Enable binary output on terminals. Normally, \fBllvm\-link\fP will refuse to write raw bitcode output if the output stream is a terminal. With this option, \fBllvm\-link\fP will write raw bitcode regardless of the output device. .UNINDENT .INDENT 0.0 .TP .B \-o filename Specify the output file name. If \fBfilename\fP is \(dq\fB\-\fP\(dq, then \fBllvm\-link\fP will write its output to standard output. .UNINDENT .INDENT 0.0 .TP .B \-S Write output in LLVM intermediate language (instead of bitcode). .UNINDENT .INDENT 0.0 .TP .B \-d If specified, \fBllvm\-link\fP prints a human\-readable version of the output bitcode file to standard error. .UNINDENT .INDENT 0.0 .TP .B \-help Print a summary of command line options. .UNINDENT .INDENT 0.0 .TP .B \-v Verbose mode. Print information about what \fBllvm\-link\fP is doing. This typically includes a message for each bitcode file linked in and for each library found. .UNINDENT .SH EXIT STATUS .sp If \fBllvm\-link\fP succeeds, it will exit with 0. Otherwise, if an error occurs, it will exit with a non\-zero value. .SH AUTHOR Maintained by the LLVM Team (https://llvm.org/). .SH COPYRIGHT 2003-2023, LLVM Project .\" Generated by docutils manpage writer. . .\" Oracle has added the ARC stability level to this manual page .SH ATTRIBUTES See .BR attributes (7) for descriptions of the following attributes: .sp .TS box; cbp-1 | cbp-1 l | l . ATTRIBUTE TYPE ATTRIBUTE VALUE = Availability developer/llvm/llvm = Stability Uncommitted .TE .PP .SH NOTES .\" Oracle has added source availability information to this manual page Source code for open source software components in Oracle Solaris can be found at https://www.oracle.com/downloads/opensource/solaris-source-code-downloads.html. This software was built from source available at https://github.com/oracle/solaris-userland. The original community source was downloaded from https://github.com/llvm/llvm-project/releases/download/llvmorg-13.0.1/llvm-13.0.1.src.tar.xz. Further information about this software can be found on the open source community website at https://llvm.org/.