[PATCH] D47575: [ASAN] Sanitize testsuite for ARM.
Renato Golin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 31 01:58:08 PDT 2018
rengolin added a comment.
I'm guessing this is a fix for: http://lab.llvm.org:8011/builders/clang-cmake-thumbv8-full-sh/builds/185
LGTM. Thanks!
================
Comment at: test/asan/lit.cfg:171
# Fast unwinder doesn't work with Thumb
-if re.search('mthumb', config.target_cflags) is not None:
+if re.search('mthumb', config.target_cflags) is None:
config.available_features.add('fast-unwinder-works')
----------------
ouch, good catch
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D47575
More information about the llvm-commits
mailing list