<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Apr 14, 2016 at 10:32 AM, Ismail Donmez <span dir="ltr"><<a href="mailto:ismail@i10z.com" target="_blank">ismail@i10z.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Thu, Apr 14, 2016 at 2:09 PM, Nico Weber <<a href="mailto:thakis@chromium.org">thakis@chromium.org</a>> wrote:<br>
> It's supposed to match the<br>
><br>
> "-internal-isystem"<br>
> "/home/abuild/rpmbuild/BUILD/llvm/stage2/bin/../lib64/clang/3.9.0/include"<br>
> "-internal-isystem" "myincludedir"<br>
><br>
> bit in your output. Looks like it's "lib64" instead of "lib" on your system.<br>
> Does changing<br>
><br>
> // SLASH_imsvc: "-internal-isystem"<br>
> "{{[^"]*}}lib{{/|\\\\}}clang{{[^"]*}}include"<br>
><br>
> to<br>
><br>
> // SLASH_imsvc: "-internal-isystem"<br>
> "{{[^"]*}}lib{{(64)?/|\\\\}}clang{{[^"]*}}include"<br>
><br>
> help?<br>
<br>
</span>Yes it does, thanks.<br></blockquote><div><br></div><div>Want to land that change? :-) </div></div><br></div></div>