r174612 - Documentation: add information about builtin includes to FAQ
Sean Silva
silvas at purdue.edu
Thu Feb 7 15:46:21 PST 2013
+Some header files (``stddef.h``, ``stdard.h``, and others) are shipped with
+Clang --- these are called builtin includes. Clang searches for them in a
+directory relative to the location of the ``clang`` binary. If you moved
the
+``clang`` binary, you need to move the builtin headers, too.
What do you think about saying "the clang libraries search for them in a
directory relative to the current executable", so that this FAQ will cover
issues where people run into these errors when using Clang as a library
(which I think is most(?) cases).
-- Sean Silva
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130207/97fb9e74/attachment.html>
More information about the cfe-commits
mailing list