aboutsummaryrefslogtreecommitdiffstats
path: root/test/lit.cfg
diff options
context:
space:
mode:
authorNico Rieck <nico.rieck@gmail.com>2013-04-12 04:07:13 +0000
committerNico Rieck <nico.rieck@gmail.com>2013-04-12 04:07:13 +0000
commit7e87373e91afe6a9ed1ead63d9d02448f02213d3 (patch)
treecaad7c2ed5830e4e899e695633a3244ff5e30592 /test/lit.cfg
parentf89da7210b09a0a0f7c9ee216cd54dca03c6b64a (diff)
downloadexternal_llvm-7e87373e91afe6a9ed1ead63d9d02448f02213d3.zip
external_llvm-7e87373e91afe6a9ed1ead63d9d02448f02213d3.tar.gz
external_llvm-7e87373e91afe6a9ed1ead63d9d02448f02213d3.tar.bz2
Remove obsolete object file dumpers
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179362 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/lit.cfg')
-rw-r--r--test/lit.cfg11
1 files changed, 1 insertions, 10 deletions
diff --git a/test/lit.cfg b/test/lit.cfg
index ac18e50..ea91f45 100644
--- a/test/lit.cfg
+++ b/test/lit.cfg
@@ -56,17 +56,8 @@ llvm_obj_root = getattr(config, 'llvm_obj_root', None)
if llvm_obj_root is not None:
config.test_exec_root = os.path.join(llvm_obj_root, 'test')
-# Tweak the PATH to include the scripts dir, the tools dir, and the llvm-gcc bin
-# dir (if available).
+# Tweak the PATH to include the tools dir.
if llvm_obj_root is not None:
- llvm_src_root = getattr(config, 'llvm_src_root', None)
- if not llvm_src_root:
- lit.fatal('No LLVM source root set!')
- path = os.path.pathsep.join((os.path.join(llvm_src_root, 'test',
- 'Scripts'),
- config.environment['PATH']))
- config.environment['PATH'] = path
-
llvm_tools_dir = getattr(config, 'llvm_tools_dir', None)
if not llvm_tools_dir:
lit.fatal('No LLVM tools dir set!')