From 6e3d368ee059a161aeb02b3f6c4a9a7bb08f480b Mon Sep 17 00:00:00 2001 From: Kuba Mracek Date: Tue, 17 Jan 2017 18:06:07 +0000 Subject: Revert r292232. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@292236 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/lit.common.unit.cfg | 7 ------- 1 file changed, 7 deletions(-) (limited to 'unittests') diff --git a/unittests/lit.common.unit.cfg b/unittests/lit.common.unit.cfg index cd66f5599..2bd8f376f 100644 --- a/unittests/lit.common.unit.cfg +++ b/unittests/lit.common.unit.cfg @@ -28,10 +28,3 @@ if 'TMP' in os.environ: config.environment['TMP'] = os.environ['TMP'] if 'TEMP' in os.environ: config.environment['TEMP'] = os.environ['TEMP'] - -def darwin_sanitizer_parallelism_group_func(test): - if test.config.host_os == "Darwin": - if test.file_path.find("x86_64") != -1: - return "darwin-64bit-sanitizer" - return "" -config.darwin_sanitizer_parallelism_group_func = darwin_sanitizer_parallelism_group_func -- cgit v1.2.3