[llvm] r221144 - Unbreak build.

Peter Zotov whitequark at whitequark.org
Mon Nov 3 01:58:41 PST 2014


Author: whitequark
Date: Mon Nov  3 03:58:41 2014
New Revision: 221144

URL: http://llvm.org/viewvc/llvm-project?rev=221144&view=rev
Log:
Unbreak build.

A bug in lit.cfg was introduced in r221137.

Modified:
    llvm/trunk/test/lit.cfg

Modified: llvm/trunk/test/lit.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/lit.cfg?rev=221144&r1=221143&r2=221144&view=diff
==============================================================================
--- llvm/trunk/test/lit.cfg (original)
+++ llvm/trunk/test/lit.cfg Mon Nov  3 03:58:41 2014
@@ -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'





More information about the llvm-commits mailing list