On Thu, Apr 14, 2016 at 10:32 AM, Ismail Donmez <[email protected]> wrote:

> On Thu, Apr 14, 2016 at 2:09 PM, Nico Weber <[email protected]> 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? :-)
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to