<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">This does not sound right. -isysroot specified during linking should be passing through the sys root to the linker.<div class=""><br class=""></div><div class="">What is the error you’re seeing? It would also help if you can provide the clang++ invocation and the output of it when run with -v.</div><div class=""><br class=""></div><div class="">Also which version of OS X are you on and which version of Xcode are you using?</div><div class=""><br class=""></div><div class="">Thanks,</div><div class="">-Chris</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Sep 22, 2015, at 12:34 PM, Alexey Samsonov <<a href="mailto:vonosmas@gmail.com" class="">vonosmas@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">+llvm-commits (correct list)</div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Tue, Sep 22, 2015 at 12:32 PM, Alexey Samsonov <span dir="ltr" class=""><<a href="mailto:vonosmas@gmail.com" target="_blank" class="">vonosmas@gmail.com</a>></span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr" class="">Could you describe the build failures you see after applying this patch? I'll let Chris judge if adding -Wl,-syslibroot makes sense for iossim, or that problem should be solved differently.</div><div class="gmail_extra"><br class=""><div class="gmail_quote"><div class=""><div class="h5">On Tue, Sep 22, 2015 at 9:37 AM, Alex Wang via llvm-dev <span dir="ltr" class=""><<a href="mailto:llvm-dev@lists.llvm.org" target="_blank" class="">llvm-dev@lists.llvm.org</a>></span> wrote:<br class=""></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class=""><div class="h5">Hello all!<br class="">
<br class="">
Just got a small patch I’d like to put up for review.<br class="">
<br class="">
llvm with clang and compiler-rt have been consistently failing for me during<br class="">
the linking step for either the address or ub sanitizer for iOS simulator.<br class="">
<br class="">
As far as I could tell, passing -isysroot to clang++ when linking does not<br class="">
also set the search root for ld. This patch addresses that issue.<br class="">
<br class="">
Unfortunately, the build fails later on, so I can't say for sure whether<br class="">
this won't break anything else, or if it is required elsewhere. I'm also<br class="">
not sure if this is specific to my computer, but it persisted between a<br class="">
wipe + reinstall, so I'm hoping it isn't just me getting this.<br class="">
<br class="">
Thanks,<br class="">
Alex<br class="">
<br class=""></div></div>_______________________________________________<br class="">
LLVM Developers mailing list<br class="">
<a href="mailto:llvm-dev@lists.llvm.org" target="_blank" class="">llvm-dev@lists.llvm.org</a><br class="">
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank" class="">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br class="">
<br class=""></blockquote></div><span class="HOEnZb"><font color="#888888" class=""><br class=""><br clear="all" class=""><div class=""><br class=""></div>-- <br class=""><div class=""><div dir="ltr" class="">Alexey Samsonov<br class=""><a href="mailto:vonosmas@gmail.com" target="_blank" class="">vonosmas@gmail.com</a></div></div>
</font></span></div>
</blockquote></div><br class=""><br clear="all" class=""><div class=""><br class=""></div>-- <br class=""><div class="gmail_signature"><div dir="ltr" class="">Alexey Samsonov<br class=""><a href="mailto:vonosmas@gmail.com" target="_blank" class="">vonosmas@gmail.com</a></div></div>
</div>
</div></blockquote></div><br class=""></div></body></html>