Disable pipefail for lsan.

llvm-svn: 187274
This commit is contained in:
Rafael Espindola 2013-07-26 23:42:16 +00:00
parent f4fa0d8d9f
commit 3cf7eb50a9
1 changed files with 1 additions and 0 deletions

View File

@ -31,3 +31,4 @@ if config.host_os not in ['Linux'] or config.host_arch not in ['x86_64']:
config.unsupported = True config.unsupported = True
config.suffixes = ['.c', '.cc', '.cpp'] config.suffixes = ['.c', '.cc', '.cpp']
config.pipefail = False