[compiler-rt] r356728 - [NFC][TSan][libdispatch] Don't use ignore_noninstrumented_modules on Linux

Julian Lettner via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 21 18:43:43 PDT 2019


Author: yln
Date: Thu Mar 21 18:43:43 2019
New Revision: 356728

URL: http://llvm.org/viewvc/llvm-project?rev=356728&view=rev
Log:
[NFC][TSan][libdispatch] Don't use ignore_noninstrumented_modules on Linux

Modified:
    compiler-rt/trunk/test/tsan/libdispatch/lit.local.cfg

Modified: compiler-rt/trunk/test/tsan/libdispatch/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/tsan/libdispatch/lit.local.cfg?rev=356728&r1=356727&r2=356728&view=diff
==============================================================================
--- compiler-rt/trunk/test/tsan/libdispatch/lit.local.cfg (original)
+++ compiler-rt/trunk/test/tsan/libdispatch/lit.local.cfg Thu Mar 21 18:43:43 2019
@@ -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 ')




More information about the llvm-commits mailing list