[cfe-dev] [patch]Frontend generate cxx-system-include

Jean-Daniel Dupas devlists at shadowlab.org
Tue Feb 22 06:09:50 PST 2011


When using libc++, the Driver passes the no longer supported -cxx-system-include argument to -cc1.
There is an other place where -cxx-system-include may be generated in Frontend too.

If the new "-cxx-isystem" arg is a drop in replacement, the 2 attached patches should be safe, else they fix my compilation issue at least.

cxx-isys.patch is for the Driver and libc++
cxx-isys2.patch is for the Frontend.


-- Jean-Daniel


-------------- next part --------------
A non-text attachment was scrubbed...
Name: cxx-isys2.patch
Type: application/octet-stream
Size: 458 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20110222/b2fd3e87/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cxx-isys.patch
Type: application/octet-stream
Size: 411 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20110222/b2fd3e87/attachment-0001.obj>


More information about the cfe-dev mailing list