mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-18 11:20:03 +00:00
Unbreak build.
A bug in lit.cfg was introduced in r221137. llvm-svn: 221144
This commit is contained in:
parent
7c29a0fdaf
commit
1f0156a335
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user