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
This commit is contained in:
Chandler Carruth 2013-03-22 05:16:46 +00:00
parent d1995b2a36
commit d854299712
2 changed files with 0 additions and 6 deletions

View File

@ -1 +0,0 @@
RUN: llc -mtriple armv5 -O0 < %S/../inlined-vars.ll | FileCheck %S/../inlined-vars.ll -check-prefix ARGUMENT

View File

@ -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