projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cfbe25
)
tests: Don't make a missing llvm-gcc dir a fatal error.
author
Daniel Dunbar
<daniel@zuster.org>
Tue, 23 Feb 2010 11:34:12 +0000
(11:34 +0000)
committer
Daniel Dunbar
<daniel@zuster.org>
Tue, 23 Feb 2010 11:34:12 +0000
(11:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96938
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/lit.cfg
patch
|
blob
|
history
diff --git
a/test/lit.cfg
b/test/lit.cfg
index ec9fff16c289e3fa5c16fbb802ca13bb41f45487..ad73e98bfe78ade27589fcd965df70afba9c1222 100644
(file)
--- a/
test/lit.cfg
+++ b/
test/lit.cfg
@@
-40,8
+40,6
@@
if llvm_obj_root is not None:
config.environment['PATH'] = path
llvmgcc_dir = getattr(config, 'llvmgcc_dir', None)
- if not llvmgcc_dir:
- lit.fatal('No llvm-gcc dir set!')
if llvmgcc_dir:
path = os.path.pathsep.join((os.path.join(llvmgcc_dir, 'bin'),
config.environment['PATH']))