From: Rafael Espindola Date: Mon, 31 Oct 2011 17:23:09 +0000 (+0000) Subject: Move test to the X86 directory, note the PR number and only run MC once. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=5e6d54806570db81bbc8bdb480ce049f4bad05cc Move test to the X86 directory, note the PR number and only run MC once. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143352 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/MC/AsmParser/2011-09-06-NoNewline.s b/test/MC/AsmParser/2011-09-06-NoNewline.s deleted file mode 100644 index e4450f98e5d..00000000000 --- a/test/MC/AsmParser/2011-09-06-NoNewline.s +++ /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 index 00000000000..bc681a38e71 --- /dev/null +++ b/test/MC/X86/2011-09-06-NoNewline.s @@ -0,0 +1,3 @@ +// RUN: llvm-mc -triple i386-unknown-unknown %s +// PR10869 +movl %gs:8, %eax \ No newline at end of file