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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to