[compiler-rt] r187272 - Disable pipefail for ThreadSanitizer.

Rafael Espindola rafael.espindola at gmail.com
Fri Jul 26 16:38:18 PDT 2013


Author: rafael
Date: Fri Jul 26 18:38:18 2013
New Revision: 187272

URL: http://llvm.org/viewvc/llvm-project?rev=187272&view=rev
Log:
Disable pipefail for ThreadSanitizer.

Modified:
    compiler-rt/trunk/lib/tsan/lit_tests/lit.cfg

Modified: compiler-rt/trunk/lib/tsan/lit_tests/lit.cfg
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/tsan/lit_tests/lit.cfg?rev=187272&r1=187271&r2=187272&view=diff
==============================================================================
--- compiler-rt/trunk/lib/tsan/lit_tests/lit.cfg (original)
+++ compiler-rt/trunk/lib/tsan/lit_tests/lit.cfg Fri Jul 26 18:38:18 2013
@@ -77,3 +77,5 @@ config.suffixes = ['.c', '.cc', '.cpp']
 # ThreadSanitizer tests are currently supported on Linux only.
 if config.host_os not in ['Linux']:
   config.unsupported = True
+
+config.pipefail = False





More information about the llvm-commits mailing list