aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2013-03-22 05:16:46 +0000
committerChandler Carruth <chandlerc@gmail.com>2013-03-22 05:16:46 +0000
commitd854299712e253b287a1bb7e890be1f78179ffb6 (patch)
treea6cca0205e81700732cb810751c8318d4ac62141
parentd1995b2a362c45d4d119b0cec8977360dd6ef33f (diff)
Remove the ARM-specific variant of this test. It's already covered by
the ARM build bots, and it adds a weird case to the test suite where a test uses as inputs files in the parent directory. Talked about this with Dave on IRC and he's fine with this approach even though it isn't optimal. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177700 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/DebugInfo/ARM/inlined-vars.test1
-rw-r--r--test/DebugInfo/ARM/lit.local.cfg5
2 files changed, 0 insertions, 6 deletions
diff --git a/test/DebugInfo/ARM/inlined-vars.test b/test/DebugInfo/ARM/inlined-vars.test
deleted file mode 100644
index 487606237b..0000000000
--- a/test/DebugInfo/ARM/inlined-vars.test
+++ /dev/null
@@ -1 +0,0 @@
-RUN: llc -mtriple armv5 -O0 < %S/../inlined-vars.ll | FileCheck %S/../inlined-vars.ll -check-prefix ARGUMENT
diff --git a/test/DebugInfo/ARM/lit.local.cfg b/test/DebugInfo/ARM/lit.local.cfg
deleted file mode 100644
index 96c61d09ba..0000000000
--- a/test/DebugInfo/ARM/lit.local.cfg
+++ /dev/null
@@ -1,5 +0,0 @@
-config.suffixes = ['.ll', '.s', '.test']
-
-targets = set(config.root.targets_to_build.split())
-if not 'ARM' in targets:
- config.unsupported = True