X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2Flit.site.cfg.in;h=eb5fa8c243b21afdd68e2a8347d3565bc8c49e46;hb=4c6b3d35bb1cbbdd4c9fa9744df0d1fa0e09216f;hp=56b0a82f6f798b357f4b8b2d714501ec6e6790cc;hpb=d420e7b76cefb350a9cb89f1fb417f3f42636e30;p=oota-llvm.git diff --git a/test/lit.site.cfg.in b/test/lit.site.cfg.in index 56b0a82f6f7..eb5fa8c243b 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.