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

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Mon Oct 22 22:49:35 PDT 2007


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

           Summary: llvm-config --cflags in build dir prints incorrect -I
                    flag
           Product: tools
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: llvm-config
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: sabre at nondot.org
                CC: llvmbugs at cs.uiuc.edu


When running llvm-config in the build directory, it should point to the -I
include directory in the source, not in the build directory.  For example, it's
printing:

-I/Users/sabre/llvm/Debug/include  -D_DEBUG  -D_GNU_SOURCE
-D__STDC_LIMIT_MACROS

but /Users/sabre/llvm/Debug/include doesn't exist!

-Chris


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