Move test that depends on x86 to the x86 directory.
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 4 Jun 2015 15:25:47 +0000 (15:25 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 4 Jun 2015 15:25:47 +0000 (15:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239043 91177308-0d34-0410-b5e6-96231b3b80d8

test/Object/X86/no-start-symbol.test [new file with mode: 0644]
test/Object/no-start-symbol.test [deleted file]

diff --git a/test/Object/X86/no-start-symbol.test b/test/Object/X86/no-start-symbol.test
new file mode 100644 (file)
index 0000000..b468894
--- /dev/null
@@ -0,0 +1,9 @@
+RUN: llvm-objdump -d %p/../Inputs/no-start-symbol.elf-x86_64 | FileCheck %s
+
+Test that we disassemble the start of the section.
+
+CHECK: Disassembly of section .text:
+CHECK-NEXT:  .text:
+CHECK-NEXT:       0:   90      nop
+CHECK: foo:
+CHECK-NEXT:       1:   90      nop
diff --git a/test/Object/no-start-symbol.test b/test/Object/no-start-symbol.test
deleted file mode 100644 (file)
index ea8e6db..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-RUN: llvm-objdump -d %p/Inputs/no-start-symbol.elf-x86_64 | FileCheck %s
-
-Test that we disassemble the start of the section.
-
-CHECK: Disassembly of section .text:
-CHECK-NEXT:  .text:
-CHECK-NEXT:       0:   90      nop
-CHECK: foo:
-CHECK-NEXT:       1:   90      nop