Home | History | Annotate | Download | only in utils

Lines Matching refs:native

2 # Wrapper around LLVM tools to generate a native .o from llvm-gcc using an
23 if ($ProgramName =~ /llvm-native-gcc/) {
56 if ($ProgramName =~ /llvm-native-gcc/) {
58 } elsif ($ProgramName =~ /native-build/) {
66 && (($ProgramName !~ /native-build/)
72 if ($ProgramName =~ /llvm-native-gcc/) {
74 } elsif ($ProgramName =~ /native-build/) {
166 if ($ProgramName eq /native-build/) {
169 } elsif ($ProgramName =~ /llvm-native-gcc/) {
184 llvm-native-gcc
188 llvm-native-gcc [OPTIONS...] FILE
190 native-build [OPTIONS...] FILE
194 llvm-native-gcc is a wrapper around the LLVM command-line tools which generates
195 a native object (.o) file by compiling FILE with llvm-gcc, and then running
197 compiling the resulting code to a native object file.
199 If called as "native-build", it compiles bitcode to native code, and takes
204 llvm-native-gcc takes the same options as llvm-gcc. All options
211 Use BACKEND for native code generation.
215 Print command lines that llvm-native-gcc runs.
219 llvm-native-gcc tries to guess the name of the llvm-gcc output file by looking
226 Save temporary files used by llvm-native-gcc (and llvm-gcc, and gcc).
232 llvm-native-gcc only handles the case where llvm-gcc compiles a single
233 file per invocation. llvm-native-gcc has weak command-line argument
236 This manual page does not adequately document native-build mode.
238 llvm-native-gcc is pretty gross because it represents the blind merging of two