Move test to the X86 directory, note the PR number and only run MC once.
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 31 Oct 2011 17:23:09 +0000 (17:23 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 31 Oct 2011 17:23:09 +0000 (17:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143352 91177308-0d34-0410-b5e6-96231b3b80d8

test/MC/AsmParser/2011-09-06-NoNewline.s [deleted file]
test/MC/X86/2011-09-06-NoNewline.s [new file with mode: 0644]

diff --git a/test/MC/AsmParser/2011-09-06-NoNewline.s b/test/MC/AsmParser/2011-09-06-NoNewline.s
deleted file mode 100644 (file)
index e4450f9..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-// RUN: llvm-mc -triple i386-unknown-unknown %s
-movl %gs:8, %eax
-// RUN: llvm-mc -triple i386-unknown-unknown %s
-movl %gs:8, %eax
-// RUN: llvm-mc -triple i386-unknown-unknown %s
-movl %gs:8, %eax
\ No newline at end of file
diff --git a/test/MC/X86/2011-09-06-NoNewline.s b/test/MC/X86/2011-09-06-NoNewline.s
new file mode 100644 (file)
index 0000000..bc681a3
--- /dev/null
@@ -0,0 +1,3 @@
+// RUN: llvm-mc -triple i386-unknown-unknown %s
+// PR10869
+movl %gs:8, %eax
\ No newline at end of file