From a8ea2c9bd77879c3c2083222294c1422e1e4fbfd Mon Sep 17 00:00:00 2001 From: Peter Zotov Date: Mon, 3 Nov 2014 09:58:41 +0000 Subject: [PATCH] Unbreak build. A bug in lit.cfg was introduced in r221137. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221144 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/lit.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lit.cfg b/test/lit.cfg index 82f6fdc4706..c5179f7a582 100644 --- a/test/lit.cfg +++ b/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' -- 2.34.1