[PATCH] Adds stable-runtime to ubsan to avoid broken ARM tests with asan

Alexey Samsonov vonosmas at gmail.com
Wed Oct 15 11:22:47 PDT 2014


================
Comment at: test/ubsan/lit.cfg:8
@@ +7,3 @@
+# because the test hangs.
+if config.target_arch != 'arm':
+  config.available_features.add('stable-runtime')
----------------
Add this piece to the end of test/ubsan/lit.common.cfg instead.

http://reviews.llvm.org/D5793






More information about the llvm-commits mailing list