mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-29 22:50:47 +00:00
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
This commit is contained in:
parent
fb6ab2b30e
commit
5e6d548065
@ -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
|
3
test/MC/X86/2011-09-06-NoNewline.s
Normal file
3
test/MC/X86/2011-09-06-NoNewline.s
Normal file
@ -0,0 +1,3 @@
|
||||
// RUN: llvm-mc -triple i386-unknown-unknown %s
|
||||
// PR10869
|
||||
movl %gs:8, %eax
|
Loading…
Reference in New Issue
Block a user