From 88fae0edcce84920ba7c5685c36f6bd6cfb9b86d Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Thu, 19 Sep 2013 22:15:52 +0000 Subject: Fix LTO handling of module-level assembly (PR14152). Patch by Tom Roeder! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191042 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/lit.site.cfg.in | 1 - 1 file changed, 1 deletion(-) (limited to 'test/lit.site.cfg.in') diff --git a/test/lit.site.cfg.in b/test/lit.site.cfg.in index 6ebdddf5f8..72fd9c9ff7 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@" -- cgit v1.2.3