[llvm-commits] [llvm] r143352 - in /llvm/trunk/test/MC: AsmParser/2011-09-06-NoNewline.s X86/2011-09-06-NoNewline.s

Rafael Espindola rafael.espindola at gmail.com
Mon Oct 31 10:23:09 PDT 2011


Author: rafael
Date: Mon Oct 31 12:23:09 2011
New Revision: 143352

URL: http://llvm.org/viewvc/llvm-project?rev=143352&view=rev
Log:
Move test to the X86 directory, note the PR number and only run MC once.

Added:
    llvm/trunk/test/MC/X86/2011-09-06-NoNewline.s
Removed:
    llvm/trunk/test/MC/AsmParser/2011-09-06-NoNewline.s

Removed: llvm/trunk/test/MC/AsmParser/2011-09-06-NoNewline.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/AsmParser/2011-09-06-NoNewline.s?rev=143351&view=auto
==============================================================================
--- llvm/trunk/test/MC/AsmParser/2011-09-06-NoNewline.s (original)
+++ llvm/trunk/test/MC/AsmParser/2011-09-06-NoNewline.s (removed)
@@ -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

Added: llvm/trunk/test/MC/X86/2011-09-06-NoNewline.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/X86/2011-09-06-NoNewline.s?rev=143352&view=auto
==============================================================================
--- llvm/trunk/test/MC/X86/2011-09-06-NoNewline.s (added)
+++ llvm/trunk/test/MC/X86/2011-09-06-NoNewline.s Mon Oct 31 12:23:09 2011
@@ -0,0 +1,3 @@
+// RUN: llvm-mc -triple i386-unknown-unknown %s
+// PR10869
+movl %gs:8, %eax
\ No newline at end of file





More information about the llvm-commits mailing list