http://llvm.org/bugs/show_bug.cgi?id=9603
Ryuta Suzuki <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #13 from Ryuta Suzuki <[email protected]> 2011-04-01 18:12:40 CDT --- It looks perfect. [ryuta@oroppas]$ llvm-config --cflags -I/usr/include -O2 -march=native -pipe -fPIC -D_GNU_SOURCE -Wno-unused-parameter -Wwrite-strings -Wno-long-long -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS [ryuta@oroppas]$ llvm-config --cxxflags -I/usr/include -O2 -march=native -pipe -fPIC -D_GNU_SOURCE -Wno-unused-parameter -Wwrite-strings -Wno-long-long -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS Thanks for the fix! (In reply to comment #12) > I committed the patch showed here (with minor modifications.) Please test if > this fixes the issue for you and close the bug if the answer is affirmative. > > There is another glitch on the output of `llvm-config -cxxflags': it omits the > include flags for the source directory. This is due to the logic on > llvm-config > failing when deciding if it is being executed on a installed directory or on > the build directory. -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
