[llvm-commits] [llvm] r120151 - in /llvm/trunk: Makefile.config.in autoconf/configure.ac configure

Duncan Sands baldrick at free.fr
Thu Nov 25 11:34:46 PST 2010


Hi Tobias,

>> It seems inconsistent to have LLVMCC_EMITIR_FLAG and
>> LLVMGCC_DISABLEOPT_FLAGS, one with CC in it, the other
>> with GCC. Rename LLVMGCC_DISABLEOPT_FLAGS to
>> LLVMCC_DISABLEOPT_FLAGS.
>
>
> The reason i called this LLVMGCC_DISABLE_OPT flags was that I was not
> sure if "-mllvm -disable-llvm-optzns" will work for clang. So I thought I keep
> it better in the LLVMGCC land, as I believe it was ment for llvm-gcc to disable
> optimizations.

it works with clang too.

Ciao,

Duncan.



More information about the llvm-commits mailing list