diff options
| author | Chandler Carruth <chandlerc@gmail.com> | 2013-03-22 05:16:46 +0000 |
|---|---|---|
| committer | Chandler Carruth <chandlerc@gmail.com> | 2013-03-22 05:16:46 +0000 |
| commit | 273acf33954b25fab447b8a3189377e6c61cf301 (patch) | |
| tree | b279d8f711d144e71526952f949ea7903bf04775 | |
| parent | dc739804c36180153d5ca126e25b0eb48ccde2ba (diff) | |
| download | bcm5719-llvm-273acf33954b25fab447b8a3189377e6c61cf301.tar.gz bcm5719-llvm-273acf33954b25fab447b8a3189377e6c61cf301.zip | |
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.
llvm-svn: 177700
| -rw-r--r-- | llvm/test/DebugInfo/ARM/inlined-vars.test | 1 | ||||
| -rw-r--r-- | llvm/test/DebugInfo/ARM/lit.local.cfg | 5 |
2 files changed, 0 insertions, 6 deletions
diff --git a/llvm/test/DebugInfo/ARM/inlined-vars.test b/llvm/test/DebugInfo/ARM/inlined-vars.test deleted file mode 100644 index 487606237b7..00000000000 --- a/llvm/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/llvm/test/DebugInfo/ARM/lit.local.cfg b/llvm/test/DebugInfo/ARM/lit.local.cfg deleted file mode 100644 index 96c61d09ba1..00000000000 --- a/llvm/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 |

