Displaying 1 result from an estimated 1 matches for "llvm_1".
Did you mean:
llvm31
2011 Jan 27
0
[LLVMdev] CMake-generated llvm-config.
...> Note -pedantic here.
I agree that it doesn't make sense to put -pedantic on the output of
`llvm-config --cflags'
I'll remove that and -Wall too.
> And here is output of llvm-config built by autoconf:
>
>> ./llvm-config --cflags
>> -I/usr/home/arr/projects/llvm/llvm_1/include
>> -I/usr/home/arr/projects/llvm/llvm_1/include -D_DEBUG -D_GNU_SOURCE
>> -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -O2 -fPIC
>>
> There is no -pedantic here.
Has the autconf build an option similar to LLVM_ENABLE_PEDANTIC ? If
yes, what's its default?