[PATCH] Adds stable-runtime to ubsan to avoid broken ARM tests with asan
Renato Golin
renato.golin at linaro.org
Wed Oct 15 15:30:01 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')
----------------
samsonov wrote:
> Add this piece to the end of test/ubsan/lit.common.cfg instead.
I was wondering if they were interchangeable. Will do that, thanks!
http://reviews.llvm.org/D5793
More information about the llvm-commits
mailing list