From 7e8db745c56f7f9317f0d3472bf01bd48ca3424b Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Fri, 25 Oct 2013 23:03:34 +0000 Subject: Add a CMake option COMPILER_RT_DEBUG for building runtimes with full debug info. Differential Revision: http://llvm-reviews.chandlerc.com/D1984 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@193449 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/lit.common.configured.in | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/lit.common.configured.in') diff --git a/lib/lit.common.configured.in b/lib/lit.common.configured.in index a1d2002e..558655cb 100644 --- a/lib/lit.common.configured.in +++ b/lib/lit.common.configured.in @@ -13,6 +13,7 @@ config.llvm_tools_dir = "@LLVM_TOOLS_DIR@" config.clang = "@LLVM_BINARY_DIR@/bin/clang" config.compiler_rt_arch = "@COMPILER_RT_SUPPORTED_ARCH@" config.python_executable = "@PYTHON_EXECUTABLE@" +config.compiler_rt_debug = @COMPILER_RT_DEBUG_PYBOOL@ # LLVM tools dir can be passed in lit parameters, so try to # apply substitution. -- cgit v1.2.3