[PATCH] D17928: [sanitizer_common tests] Make Darwin a Posix system and bring the stable-runtime definition from ASan tests.

Alexey Samsonov via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 10 10:34:25 PST 2016


samsonov accepted this revision.
samsonov added a comment.
This revision is now accepted and ready to land.

LGTM with a nit. Thanks!


================
Comment at: test/sanitizer_common/lit.common.cfg:26
@@ -25,1 +25,3 @@
 
+if config.target_arch != 'arm' and config.target_arch != 'armhf' and config.target_arch != 'aarch64':
+  config.available_features.add('stable-runtime')
----------------
  if config.target_arch not in ['arm', 'armhf', 'aarch64']:
    config.available_features.add('stable-runtime')

?


http://reviews.llvm.org/D17928





More information about the llvm-commits mailing list