[cfe-commits] PATCH: Restrict isysroot to only apply to system header search paths beginning with '/'

Chandler Carruth chandlerc at google.com
Sat Nov 13 14:01:08 PST 2010


The idea is that it isn't particularly useful to try to place relative paths
within a sysroot. I can't find any particular pattern in how GCC deals with
this, so it seems extremely unlikely to break anyone currently using
'-isysroot'. The only way for this to make a difference is if using
C_INCLUDE_DIRS or CXX_INCLUDE_* macros to provide relative paths.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20101113/c80126c4/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: header_search.patch
Type: application/octet-stream
Size: 2307 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20101113/c80126c4/attachment.obj>


More information about the cfe-commits mailing list