David,
Did you ever look at the APPLE LOCAL changes in their own clang
compiler sources at
http://opensource.apple.com/source/clang/clang-503.0.38/src/tools/clang/lib/Frontend/InitHeaderSearch.cpp?
The diff for that file against the one in the stock cfe 3.4.1 sources is…
--- lib/Frontend/Ini
David,
Actually I was over thinking the problem. The fix required is just the
trivial change…
--- llvm34.info.orig 2014-05-25 11:55:00.0 -0400
+++ llvm34.info 2014-05-25 11:55:06.0 -0400
@@ -1,7 +1,7 @@
Info3: <<
Package: llvm34
Version: 3.4.1
-Revision: 0c
+Revision: 0d
D
David,
Sorry about the extra revision here to fix the libc++ header detection
on 10.7 as well.
% clang++-3.4 -stdlib=libc++ hello.cc
hello.cc:1:10: fatal error: 'iostream' file not found
#include
^
1 error generated.
I assumed that libc++ header detection was already functional on