[LLVMbugs] [Bug 17869] New: if running from the build directory, clang cannot find libc++ headers

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Nov 10 10:41:10 PST 2013


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

            Bug ID: 17869
           Summary: if running from the build directory, clang cannot find
                    libc++ headers
           Product: clang
           Version: unspecified
          Hardware: Macintosh
                OS: MacOS X
            Status: NEW
          Severity: normal
          Priority: P
         Component: Driver
          Assignee: unassignedclangbugs at nondot.org
          Reporter: rafael.espindola at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

On OS X 10.9 we have to put libc++ in llvm/projects for clang to use it. That
is fine, but currently it only works when clang is installed.

For most other situations clang works just fine from the build directory, so it
would be nice to improve this.

I am reporting the bug as a driver bug, but it could probably also be fixed on
the build system by having the build process copy the headers to
<build-dir>/lib/c++.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20131110/ebdb23d9/attachment.html>


More information about the llvm-bugs mailing list