summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Lettner <jlettner@apple.com>2019-03-22 01:43:43 +0000
committerJulian Lettner <jlettner@apple.com>2019-03-22 01:43:43 +0000
commit1955c8f17267dc263aa7dfb2404341de05fdacaf (patch)
treecbc4b73d6da02499b449b26cbe8d2d25654704a2
parentded9a440d03f9c3f0825cef4f7ebc34fbe20e996 (diff)
downloadbcm5719-llvm-1955c8f17267dc263aa7dfb2404341de05fdacaf.tar.gz
bcm5719-llvm-1955c8f17267dc263aa7dfb2404341de05fdacaf.zip
[NFC][TSan][libdispatch] Don't use ignore_noninstrumented_modules on Linux
llvm-svn: 356728
-rw-r--r--compiler-rt/test/tsan/libdispatch/lit.local.cfg3
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler-rt/test/tsan/libdispatch/lit.local.cfg b/compiler-rt/test/tsan/libdispatch/lit.local.cfg
index 4e0266979ae..cafc2c47b72 100644
--- a/compiler-rt/test/tsan/libdispatch/lit.local.cfg
+++ b/compiler-rt/test/tsan/libdispatch/lit.local.cfg
@@ -8,9 +8,6 @@ root = getRoot(config)
if 'libdispatch' not in root.available_features:
config.unsupported = True
-# libdispatch is not yet compiled with TSan
-config.environment['TSAN_OPTIONS'] += ':ignore_noninstrumented_modules=1'
-
for index, (template, replacement) in enumerate(config.substitutions):
if template in ['%clang_tsan ', '%clangxx_tsan ']:
config.substitutions[index] = (template, replacement + ' -fblocks ')
OpenPOWER on IntegriCloud