summaryrefslogtreecommitdiff
path: root/test/lit.common.configured.in
diff options
context:
space:
mode:
authorAlexey Samsonov <vonosmas@gmail.com>2016-02-23 01:58:56 +0000
committerAlexey Samsonov <vonosmas@gmail.com>2016-02-23 01:58:56 +0000
commit31f458fea861447ec73eec8178a8c0a775c590a4 (patch)
treeb73a80410b82310efcfa32a0809e3f0d4965b8e7 /test/lit.common.configured.in
parent4f87e957770c76d8cb729346ce3e2c1f764b58e9 (diff)
[tests] Remove "supported-target" in favor of "target-arch" lit features.
Test cases definitely should not care about the complete set of architectures supported by compiler-rt - they should only care about current architecture that the test suite was configured for. Introduce new lit feature to reflect this, and convert tests to use it. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@261603 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/lit.common.configured.in')
-rw-r--r--test/lit.common.configured.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lit.common.configured.in b/test/lit.common.configured.in
index d9e6365a9..682ac3fa3 100644
--- a/test/lit.common.configured.in
+++ b/test/lit.common.configured.in
@@ -22,7 +22,6 @@ set_default("llvm_shlib_dir", "@SHLIBDIR@")
set_default("gold_executable", "@GOLD_EXECUTABLE@")
set_default("clang", "@COMPILER_RT_TEST_COMPILER@")
set_default("compiler_id", "@COMPILER_RT_TEST_COMPILER_ID@")
-set_default("compiler_rt_arch", "@COMPILER_RT_SUPPORTED_ARCH@")
set_default("python_executable", "@PYTHON_EXECUTABLE@")
set_default("compiler_rt_debug", @COMPILER_RT_DEBUG_PYBOOL@)
set_default("compiler_rt_libdir", "@COMPILER_RT_LIBRARY_OUTPUT_DIR@")