Displaying 6 results from an estimated 6 matches for "tangkk".
Did you mean:
tang
2012 Mar 14
2
[LLVMdev] llvm-config --cxxflags does not give the result the configuration script wants?
...g.kk/ppcg/ppcg/isl'
make: *** [all-recursive] Error 1
And my llvm-config --cxxflags is:
-fPIC -fvisibility-inlines-hidden -D_GNU_SOURCE -Wall -W
-Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long
-D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
Best Regards,
TangKK
> >> Is it? In my experience, it isn't. Please show the relevant command
> >> generated by your makefile and the associated error message(s).
> >>
>
>
> >> RTTI is an on/off option that changes per LLVM library, so setting
> >> -fno-rtti for...
2012 Mar 14
2
[LLVMdev] llvm-config --cxxflags does not give the result the configuration script wants?
...ption". But I
think the point of the problem I mentioned here is: some applications that
depend on llvm and clang use llvm-config to configure their Makefile, while
the llvm-config cannot provide the correct information they need. And this
is what actually happened under my platform.
Regards,
TangKK
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <ht...
2012 Mar 13
0
[LLVMdev] llvm-config --cxxflags does not give the result the configuration script wants?
Jun-qi Deng <dengjunqi06323011 at gmail.com> writes:
> Recently I think I found a bug in llvm's CMakeLists.(I use llvm 3.1svn and
> Clang 3.1) I follow the normal way to try to compile an application that
> utilize both clang and llvm: I ./autogen.sh it, ./configure it and make it.
> But the make fails. At last I found out the failure is because that the
> Makefile's
2012 Mar 14
0
[LLVMdev] llvm-config --cxxflags does not give the result the configuration script wants?
Jun-qi Deng <dengjunqi06323011 at gmail.com> writes:
> I got your point. Thank you, and I'd like to provide the relative message
> now. But firstly, what do you mean by the "relevant command generated by
> your makefile"? What I can tell you now is:
>
> The Error Message:
> make[3]: Entering directory `/home/tang.kk/ppcg/ppcg/isl/interface'
> CXXLD
2012 Mar 13
2
[LLVMdev] llvm-config --cxxflags does not give the result the configuration script wants?
Hello LLVM-DEV!
Recently I think I found a bug in llvm's CMakeLists.(I use llvm 3.1svn and
Clang 3.1) I follow the normal way to try to compile an application that
utilize both clang and llvm: I ./autogen.sh it, ./configure it and make it.
But the make fails. At last I found out the failure is because that the
Makefile's CXXFLAGS does not contain -fno-rtti option which is needed by
the
2012 Mar 14
0
[LLVMdev] llvm-config --cxxflags does not give the result the configuration script wants?
Jun-qi Deng <dengjunqi06323011 at gmail.com> writes:
>> Is it? In my experience, it isn't. Please show the relevant command
>> generated by your makefile and the associated error message(s).
>>
>
>> RTTI is an on/off option that changes per LLVM library, so setting
>> -fno-rtti for using LLVM makes no sense. VMCore and Support have -frtti
>> while