diff options
author | Duncan Sands <baldrick@free.fr> | 2010-09-29 20:09:55 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2010-09-29 20:09:55 +0000 |
commit | e9da6db67fba424f20f9dcf4406f3ad93a622ff9 (patch) | |
tree | f622c11a721dcbf1a7b5bd225bfcd54634d1f6ae /llvm/utils/llvm-native-gcc | |
parent | 984cdeef3726070d46b5f5663222a8f9e896768b (diff) | |
download | bcm5719-llvm-e9da6db67fba424f20f9dcf4406f3ad93a622ff9.tar.gz bcm5719-llvm-e9da6db67fba424f20f9dcf4406f3ad93a622ff9.zip |
Convert a bunch of uses of 'bytecode' into 'bitcode'. This
is not everything, but the remaining cases are less trivial.
llvm-svn: 115080
Diffstat (limited to 'llvm/utils/llvm-native-gcc')
-rwxr-xr-x | llvm/utils/llvm-native-gcc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/utils/llvm-native-gcc b/llvm/utils/llvm-native-gcc index b3cecb14118..91a557cc161 100755 --- a/llvm/utils/llvm-native-gcc +++ b/llvm/utils/llvm-native-gcc @@ -193,10 +193,10 @@ native-build [OPTIONS...] FILE llvm-native-gcc is a wrapper around the LLVM command-line tools which generates a native object (.o) file by compiling FILE with llvm-gcc, and then running -an LLVM back-end (CBE by default) over the resulting bytecode, and then +an LLVM back-end (CBE by default) over the resulting bitcode, and then compiling the resulting code to a native object file. -If called as "native-build", it compiles bytecode to native code, and takes +If called as "native-build", it compiles bitcode to native code, and takes different options. =head1 OPTIONS |