[LLVMdev] [PATCH] Fix `clang -print-file-name=include`

nobled nobled at dreamwidth.org
Sun Aug 29 13:16:46 PDT 2010


I noticed this problem with Ubuntu's clang package -- clang 2.7's
internal include headers are shipped in /usr/lib/clang/1.1/include,
but running `llvm-clang -print-file-name=include` just prints
"include" (ie not found). Same bug is in SVN trunk - fix attached; it
assumes the header location is always tied to the clang version for
2.8 onward (correct me if I'm wrong). I don't know how to write a
regression test, but if someone could point the way I'll write one for
this too.

Also, gcc seems to have a second include directory that clang doesn't,
"include-fixed", which has, well, system headers that are 'fixed' to
be ANSI-C-compatible. Does clang just not need an equivalent to that?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix-print-file-name-include.patch
Type: text/x-patch
Size: 584 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100829/c3d98313/attachment.bin>


More information about the llvm-dev mailing list