<div dir="ltr">I've submitted r243599 that slightly improves things: now libcxx can be configured with "Clang+TSan", but the build fails with a bunch of<div>  "undefined reference to `__tsan_read8'"</div><div>errors when we are trying to link libc++.so.</div><div><br>Generally, we *don't* link in TSan runtime into shared objects - it should only be linked into the executable, and __tsan_* symbols should be</div><div>left unresolved. Eric, what part of your change caused this behavior change? Probably, after you've started to execute LLVM CMake modules,</div><div>you've modified link flags used to build shared objects, and now they are required to have no unresolved symbols?</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jul 29, 2015 at 5:21 PM, Alexey Samsonov <span dir="ltr"><<a href="mailto:vonosmas@gmail.com" target="_blank">vonosmas@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I think I've found the "problem", causing CMake identification of Clang version. I will submit it shortly.</div><div class="gmail_extra"><div><div class="h5"><br><div class="gmail_quote">On Wed, Jul 29, 2015 at 4:50 PM, Kostya Serebryany <span dir="ltr"><<a href="mailto:kcc@google.com" target="_blank">kcc@google.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Thanks, check-msan works for me again. <div><br></div><div><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jul 29, 2015 at 4:47 PM, Eric Fiselier <span dir="ltr"><<a href="mailto:eric@efcs.ca" target="_blank">eric@efcs.ca</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Reverted as r243593.<br></blockquote></div></div></div>
</blockquote></div><br><br clear="all"><div><br></div></div></div>-- <br><span class=""><div><div dir="ltr">Alexey Samsonov<br><a href="mailto:vonosmas@gmail.com" target="_blank">vonosmas@gmail.com</a></div></div>
</span></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">Alexey Samsonov<br><a href="mailto:vonosmas@gmail.com" target="_blank">vonosmas@gmail.com</a></div></div>
</div>