X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=test%2Flit.site.cfg.in;h=b9520f908a5e83ec6a0e3f1cbb79f640ae11e5ec;hb=0af7a7db530b62f20b6d5766e1a95816fc8eb66e;hp=6ebdddf5f80ea73c59c134c1b91383c17e8854f4;hpb=27c35d980a4f59ca9a4d75bf219092e6b1013dc9;p=oota-llvm.git diff --git a/test/lit.site.cfg.in b/test/lit.site.cfg.in index 6ebdddf5f80..b9520f908a5 100644 --- a/test/lit.site.cfg.in +++ b/test/lit.site.cfg.in @@ -14,7 +14,6 @@ config.python_executable = "@PYTHON_EXECUTABLE@" config.ocamlopt_executable = "@OCAMLOPT@" config.enable_shared = @ENABLE_SHARED@ config.enable_assertions = @ENABLE_ASSERTIONS@ -config.lto_is_enabled = "@LTO_IS_ENABLED@" config.targets_to_build = "@TARGETS_TO_BUILD@" config.llvm_bindings = "@LLVM_BINDINGS@" config.host_os = "@HOST_OS@" @@ -27,6 +26,7 @@ config.have_zlib = "@HAVE_LIBZ@" # used when we can't determine the tool dir at configuration time. try: config.llvm_tools_dir = config.llvm_tools_dir % lit_config.params + config.llvm_shlib_dir = config.llvm_shlib_dir % lit_config.params except KeyError: e = sys.exc_info()[1] key, = e.args