From b3ccc12831cedb8785611192f47377a947df8dce Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 29 Nov 2010 00:20:09 +0000 Subject: test: Add the new feature 'loadable_module'. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120273 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/lit.site.cfg.in | 1 + 1 file changed, 1 insertion(+) (limited to 'test/lit.site.cfg.in') diff --git a/test/lit.site.cfg.in b/test/lit.site.cfg.in index 56b0a82f6f..eb5fa8c243 100644 --- a/test/lit.site.cfg.in +++ b/test/lit.site.cfg.in @@ -5,6 +5,7 @@ config.llvm_obj_root = "@LLVM_BINARY_DIR@" config.llvm_tools_dir = "@LLVM_TOOLS_DIR@" config.llvmgcc_dir = "@LLVMGCCDIR@" config.python_executable = "@PYTHON_EXECUTABLE@" +config.enable_shared = @ENABLE_SHARED@ # Support substitution of the tools_dir with user parameters. This is # used when we can't determine the tool dir at configuration time. -- cgit v1.2.3