X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=utils%2Fllvm-native-gxx;h=db547f654e2ff98ebdc43fecc91e9b36beb728a2;hb=85b811eedd5ba15cee44bef5ec05d846c36dbed1;hp=75164af237efcdfc754045a9da928f16d7d4c2d5;hpb=28ccd021de896fdce04d644b6d511f68fa1d44ef;p=oota-llvm.git diff --git a/utils/llvm-native-gxx b/utils/llvm-native-gxx index 75164af237e..db547f654e2 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