[LLVMbugs] [Bug 1739] llvm-config --cflags in build dir prints incorrect -I flag

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Tue Oct 23 21:36:35 PDT 2007


http://llvm.org/bugs/show_bug.cgi?id=1739


Chris Lattner <sabre at nondot.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #2 from Chris Lattner <sabre at nondot.org>  2007-10-23 23:36:35 ---
It turns out that llvm-config had the right code for doing this, but was
getting confused because my llvm tree lives behind a symlink.  This patch fixes
it:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20071022/054838.html


-- 
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.



More information about the llvm-bugs mailing list