diff options
Diffstat (limited to 'lib/lit.common.configured.in')
-rw-r--r-- | lib/lit.common.configured.in | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/lib/lit.common.configured.in b/lib/lit.common.configured.in deleted file mode 100644 index 558655cbbee8b..0000000000000 --- a/lib/lit.common.configured.in +++ /dev/null @@ -1,27 +0,0 @@ -## Autogenerated by LLVM/Clang configuration. -# Do not edit! - -# Generic config options for all compiler-rt lit tests. -config.target_triple = "@TARGET_TRIPLE@" -config.host_arch = "@HOST_ARCH@" -config.host_os = "@HOST_OS@" -config.llvm_build_mode = "@LLVM_BUILD_MODE@" -config.llvm_src_root = "@LLVM_SOURCE_DIR@" -config.llvm_obj_root = "@LLVM_BINARY_DIR@" -config.compiler_rt_src_root = "@COMPILER_RT_SOURCE_DIR@" -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. -try: - config.llvm_tools_dir = config.llvm_tools_dir % lit_config.params -except KeyError,e: - key, = e.args - lit_config.fatal("unable to find %r parameter, use '--param=%s=VALUE'" % (key, key)) - -# Setup attributes common for all compiler-rt projects. -lit_config.load_config(config, "@COMPILER_RT_SOURCE_DIR@/lib/lit.common.cfg") |