X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=utils%2Fllvm-native-gcc;h=91a557cc161db26df1cf322b968d8473b6f117f3;hb=fdf7c850321bba542e181ae035507d9c71d95364;hp=b3cecb14118fc4b57854c9c1af18accd3f556323;hpb=c9699ccce2fa5447466691feec05217188e806e4;p=oota-llvm.git diff --git a/utils/llvm-native-gcc b/utils/llvm-native-gcc index b3cecb14118..91a557cc161 100755 --- a/utils/llvm-native-gcc +++ b/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