Move yet another test that requires ARM to an ARM test directory.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 18 Mar 2014 23:12:09 +0000 (23:12 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 18 Mar 2014 23:12:09 +0000 (23:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204198 91177308-0d34-0410-b5e6-96231b3b80d8

test/MC/MachO/ARM/ios-version-min-load-command.s [new file with mode: 0644]
test/MC/MachO/ios-version-min-load-command.s [deleted file]

diff --git a/test/MC/MachO/ARM/ios-version-min-load-command.s b/test/MC/MachO/ARM/ios-version-min-load-command.s
new file mode 100644 (file)
index 0000000..e065d14
--- /dev/null
@@ -0,0 +1,10 @@
+// RUN: llvm-mc -triple armv7-apple-ios %s -filetype=obj -o - | macho-dump | FileCheck %s
+
+// Test the formation of the version-min load command in the MachO.
+// use a nonsense but well formed version.
+.ios_version_min 99,8,7
+// CHECK:  (('command', 37)
+// CHECK:   ('size', 16)
+// CHECK:   ('version, 6490119)
+// CHECK:   ('reserved, 0)
+// CHECK:  ),
diff --git a/test/MC/MachO/ios-version-min-load-command.s b/test/MC/MachO/ios-version-min-load-command.s
deleted file mode 100644 (file)
index e065d14..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-// RUN: llvm-mc -triple armv7-apple-ios %s -filetype=obj -o - | macho-dump | FileCheck %s
-
-// Test the formation of the version-min load command in the MachO.
-// use a nonsense but well formed version.
-.ios_version_min 99,8,7
-// CHECK:  (('command', 37)
-// CHECK:   ('size', 16)
-// CHECK:   ('version, 6490119)
-// CHECK:   ('reserved, 0)
-// CHECK:  ),