On Thu, Apr 14, 2016 at 10:32 AM, Ismail Donmez <ism...@i10z.com> wrote:
> On Thu, Apr 14, 2016 at 2:09 PM, Nico Weber <tha...@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? :-)
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits