[llvm] r177700 - Remove the ARM-specific variant of this test. It's already covered by

Chandler Carruth chandlerc at gmail.com
Thu Mar 21 22:16:46 PDT 2013


Author: chandlerc
Date: Fri Mar 22 00:16:46 2013
New Revision: 177700

URL: http://llvm.org/viewvc/llvm-project?rev=177700&view=rev
Log:
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.

Removed:
    llvm/trunk/test/DebugInfo/ARM/inlined-vars.test
    llvm/trunk/test/DebugInfo/ARM/lit.local.cfg

Removed: llvm/trunk/test/DebugInfo/ARM/inlined-vars.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/ARM/inlined-vars.test?rev=177699&view=auto
==============================================================================
--- llvm/trunk/test/DebugInfo/ARM/inlined-vars.test (original)
+++ llvm/trunk/test/DebugInfo/ARM/inlined-vars.test (removed)
@@ -1 +0,0 @@
-RUN: llc -mtriple armv5 -O0 < %S/../inlined-vars.ll | FileCheck %S/../inlined-vars.ll -check-prefix ARGUMENT

Removed: llvm/trunk/test/DebugInfo/ARM/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/ARM/lit.local.cfg?rev=177699&view=auto
==============================================================================
--- llvm/trunk/test/DebugInfo/ARM/lit.local.cfg (original)
+++ llvm/trunk/test/DebugInfo/ARM/lit.local.cfg (removed)
@@ -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





More information about the llvm-commits mailing list