<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>You're right, that's probably a better approach. However, on OS X, it's quite possible your default compiler will not understand -fsanitize=address, and running just "./dotest.py" will have the ASan tests fail. I think we should have a @requiresAsanCompiler annotation that would detect and skip the test, if your compiler (either the default one or the one you set via <span style="background-color: rgba(255, 255, 255, 0);">LLDB_TEST_COMPILER) doesn't have ASan. </span></div><div><br></div><div>Kuba<br><br>Sent from my iPhone</div><div><br>On Oct 13, 2014, at 9:52 AM, Zachary Turner <<a href="mailto:zturner@google.com">zturner@google.com</a>> wrote:<br><br></div><blockquote type="cite"><div><div dir="ltr">Are you using the CMake build?  Even this will fail if you have multiple clangs and you want it to choose a specific one.  I would suggest setting the LLDB_TEST_COMPILER CMake variable.</div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Oct 10, 2014 at 8:19 PM, Kuba Brecka <span dir="ltr"><<a href="mailto:kuba.brecka@gmail.com" target="_blank">kuba.brecka@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Some LLDB build scripts seem to put the built Clang into different paths, let's add a couple more paths where to look for Clang. Currently used only by LLDB's ASan tests.<br>
<br>
<a href="http://reviews.llvm.org/D5740" target="_blank">http://reviews.llvm.org/D5740</a><br>
<br>
Files:<br>
  test/lldbtest.py<br>
<br>_______________________________________________<br>
lldb-commits mailing list<br>
<a href="mailto:lldb-commits@cs.uiuc.edu">lldb-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits</a><br>
<br></blockquote></div><br></div>
</div></blockquote></body></html>