aboutsummaryrefslogtreecommitdiff
path: root/openmp/tools/archer/tests/lit.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'openmp/tools/archer/tests/lit.cfg')
-rw-r--r--openmp/tools/archer/tests/lit.cfg7
1 files changed, 0 insertions, 7 deletions
diff --git a/openmp/tools/archer/tests/lit.cfg b/openmp/tools/archer/tests/lit.cfg
index c4bae61..786b2d9 100644
--- a/openmp/tools/archer/tests/lit.cfg
+++ b/openmp/tools/archer/tests/lit.cfg
@@ -130,10 +130,3 @@ config.substitutions.append(("%deflake", os.path.join(os.path.dirname(__file__),
config.substitutions.append(("FileCheck", config.test_filecheck))
config.substitutions.append(("%not", config.test_not))
config.substitutions.append(("%sort-threads", "sort --numeric-sort --stable"))
-if config.operating_system == 'Windows':
- # No such environment variable on Windows.
- config.substitutions.append(("%preload-tool", "true ||"))
-elif config.operating_system == 'Darwin':
- config.substitutions.append(("%preload-tool", "env DYLD_INSERT_LIBRARIES=%T/tool.so"))
-else:
- config.substitutions.append(("%preload-tool", "env LD_PRELOAD=%T/tool.so"))