]> granicus.if.org Git - clang/commitdiff
We no longer need anything from the llvm/test/Scripts dir.
authorDaniel Dunbar <daniel@zuster.org>
Thu, 24 Sep 2009 06:31:08 +0000 (06:31 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 24 Sep 2009 06:31:08 +0000 (06:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82687 91177308-0d34-0410-b5e6-96231b3b80d8

test/lit.cfg

index 2f6e945792052d3e5268b95a9e478d5580943858..ce13f1065c78e6a2e4b0cdf10d215dd84b30c551 100644 (file)
@@ -36,10 +36,7 @@ if clang_obj_root is not None:
     llvm_tools_dir = getattr(config, 'llvm_tools_dir', None)
     if not llvm_tools_dir:
         lit.fatal('No LLVM tools dir set!')
-    path = os.path.pathsep.join((llvm_tools_dir,
-                                 os.path.join(config.llvm_src_root,
-                                              'test', 'Scripts'),
-                                 config.environment['PATH']))
+    path = os.path.pathsep.join((llvm_tools_dir, config.environment['PATH']))
     config.environment['PATH'] = path
 
 ###