[NFC][TSan][libdispatch] Don't use ignore_noninstrumented_modules on Linux

llvm-svn: 356728
This commit is contained in:
Julian Lettner 2019-03-22 01:43:43 +00:00
parent ded9a440d0
commit 1955c8f172
1 changed files with 0 additions and 3 deletions

View File

@ -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 ')