[cfe-dev] [patch] Add configure option for C include search path

Rafael Espindola espindola at google.com
Wed Nov 4 20:54:15 PST 2009


The attached patches adds support defining the C search paths with configure:

../src/configure --with-include-dirs=foo:bar:zed

Will create a clang binary that searches for C headers in foo, bar and
zed. If the
option is not given, the current runtime search is done.

Cheers,
-- 
Rafael Ávila de Espíndola
-------------- next part --------------
A non-text attachment was scrubbed...
Name: include-clang.patch
Type: text/x-diff
Size: 1039 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20091104/6b769365/attachment.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: include-llvm.patch
Type: text/x-diff
Size: 1131 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20091104/6b769365/attachment-0001.patch>


More information about the cfe-dev mailing list