projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c874838
)
Unbreak build.
author
Peter Zotov
<whitequark@whitequark.org>
Mon, 3 Nov 2014 09:58:41 +0000
(09:58 +0000)
committer
Peter Zotov
<whitequark@whitequark.org>
Mon, 3 Nov 2014 09:58:41 +0000
(09:58 +0000)
A bug in lit.cfg was introduced in r221137.
llvm-svn: 221144
llvm/test/lit.cfg
patch
|
blob
|
history
diff --git
a/llvm/test/lit.cfg
b/llvm/test/lit.cfg
index
82f6fdc
..
c5179f7
100644
(file)
--- a/
llvm/test/lit.cfg
+++ b/
llvm/test/lit.cfg
@@
-117,7
+117,7
@@
if 'CAML_LD_LIBRARY_PATH' in os.environ:
os.environ['CAML_LD_LIBRARY_PATH']))
config.environment['CAML_LD_LIBRARY_PATH'] = caml_ld_library_path
else:
- config.environment['CAML_LD_LIBRARY_PATH'] =
caml_ld_library_path
+ config.environment['CAML_LD_LIBRARY_PATH'] =
llvm_ocaml_lib
# Set up OCAMLRUNPARAM to enable backtraces in OCaml tests.
config.environment['OCAMLRUNPARAM'] = 'b'