r266108 - clang-cl: Remove -isystem, add -imsvc.

Nico Weber via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 14 07:52:03 PDT 2016


On Thu, Apr 14, 2016 at 10:32 AM, Ismail Donmez <ismail at i10z.com> wrote:

> On Thu, Apr 14, 2016 at 2:09 PM, Nico Weber <thakis at chromium.org> wrote:
> > It's supposed to match the
> >
> > "-internal-isystem"
> >
> "/home/abuild/rpmbuild/BUILD/llvm/stage2/bin/../lib64/clang/3.9.0/include"
> > "-internal-isystem" "myincludedir"
> >
> > bit in your output. Looks like it's "lib64" instead of "lib" on your
> system.
> > Does changing
> >
> > // SLASH_imsvc: "-internal-isystem"
> > "{{[^"]*}}lib{{/|\\\\}}clang{{[^"]*}}include"
> >
> > to
> >
> > // SLASH_imsvc: "-internal-isystem"
> > "{{[^"]*}}lib{{(64)?/|\\\\}}clang{{[^"]*}}include"
> >
> > help?
>
> Yes it does, thanks.
>

Want to land that change? :-)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160414/7498daee/attachment.html>


More information about the cfe-commits mailing list