<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Aug 28, 2014 at 5:50 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">Author: samsonov<br>
Date: Thu Aug 28 19:50:36 2014<br>
New Revision: 216701<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=216701&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=216701&view=rev</a><br>
Log:<br>
Introduce -DLLVM_USE_SANITIZER=Undefined CMake option to build UBSan-ified version of LLVM/Clang.<br>
<br>
I've fixed most of the simple bugs and currently "check-llvm" test suite<br>
has 26 failures, and "check-clang" suite has 5 failures.<br></blockquote><div><br></div><div>Is there a bug for the remaining failures? Is there a bot that builds in this config?</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Modified:<br>
    cfe/trunk/test/lit.cfg<br>
<br>
Modified: cfe/trunk/test/lit.cfg<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/cfe/trunk/test/lit.cfg?rev=216701&r1=216700&r2=216701&view=diff" target="_blank">http://llvm.org/viewvc/llvm-project/cfe/trunk/test/lit.cfg?rev=216701&r1=216700&r2=216701&view=diff</a><br>
==============================================================================<br>
--- cfe/trunk/test/lit.cfg (original)<br>
+++ cfe/trunk/test/lit.cfg Thu Aug 28 19:50:36 2014<br>
@@ -116,7 +116,7 @@ for symbolizer in ['ASAN_SYMBOLIZER_PATH<br>
         config.environment[symbolizer] = os.environ[symbolizer]<br>
<br>
 # Propagate options for sanitizers.<br>
-for options in ['ASAN_OPTIONS']:<br>
+for options in ['ASAN_OPTIONS', 'UBSAN_OPTIONS']:<br>
     if options in os.environ:<br>
         config.environment[options] = os.environ[options]<br>
<br>
<br>
<br>
_______________________________________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@cs.uiuc.edu">cfe-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a><br>
</blockquote></div><br></div></div>