aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-12-06 06:48:26 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-12-06 06:48:26 +0000
commit18851edbc4666a8c8695b294e8bdfabbe157c086 (patch)
tree7baec300ad038ded2eb2a494d824c3eb5d87bc5f
parent3d8c2ce3e44bc161118a8922e7aa412ef00f6034 (diff)
test/MC: Introduce MC/MachO/ARM, and relocate relax-thumb2-branches.s into it.
FIXME: Restore more other arch-dependent MachO tests. (eg. r126401 and r133856) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145925 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/MC/MachO/ARM/dg.exp5
-rw-r--r--test/MC/MachO/ARM/relax-thumb2-branches.s (renamed from test/MC/ARM/relax-thumb2-branches.s)0
2 files changed, 5 insertions, 0 deletions
diff --git a/test/MC/MachO/ARM/dg.exp b/test/MC/MachO/ARM/dg.exp
new file mode 100644
index 0000000000..055fa2507d
--- /dev/null
+++ b/test/MC/MachO/ARM/dg.exp
@@ -0,0 +1,5 @@
+load_lib llvm.exp
+
+if { [llvm_supports_target ARM] } {
+ RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp,s}]]
+}
diff --git a/test/MC/ARM/relax-thumb2-branches.s b/test/MC/MachO/ARM/relax-thumb2-branches.s
index 7916d42407..7916d42407 100644
--- a/test/MC/ARM/relax-thumb2-branches.s
+++ b/test/MC/MachO/ARM/relax-thumb2-branches.s