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 | 18d52f2fb551c295bbce4c7d7357f4050b06e926 (patch) | |
tree | 40cb3c83836fe7978b80dd40219dca19c88f6ba9 /utils/llvm-native-gxx | |
parent | f513ab8b77cd5e7dcd41a8700ff0d1a08c76b059 (diff) |
Convert a bunch of uses of 'bytecode' into 'bitcode'. This
is not everything, but the remaining cases are less trivial.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115080 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/llvm-native-gxx')
-rwxr-xr-x | utils/llvm-native-gxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/llvm-native-gxx b/utils/llvm-native-gxx index 75164af237..db547f654e 100755 --- a/utils/llvm-native-gxx +++ b/utils/llvm-native-gxx @@ -193,10 +193,10 @@ native-build [OPTIONS...] FILE llvm-native-g++ is a wrapper around the LLVM command-line tools which generates a native object (.o) file by compiling FILE with llvm-g++, 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 |