http://llvm.org/bugs/show_bug.cgi?id=8606
Summary: r119095 breaks sysroot on OS X and C++ (at least)
Product: clang
Version: trunk
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P
Component: Frontend
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
"r119095 01:05 - chandlerc
Make sysroot only apply to baked in paths which start with a '/'."
After this commit, trying to include C++ headers, I encounter the following
error:
[MacPro:~/Desktop] jddupas% clang++ -fsyntax-only -isysroot
/Developer/SDKs/MacOSX10.6.sdk test.cpp
In file included from test.cpp:2:
In file included from
/Developer/SDKs/MacOSX10.6.sdk/usr/include/c++/4.2.1/new:44:
/Developer/SDKs/MacOSX10.6.sdk/usr/include/c++/4.2.1/cstddef:49:10: fatal
error: 'bits/c++config.h' file not found
Tested with clang r119135.
"test.cpp" contains only a "#include <new>" directive.
--
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