mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-19 09:26:59 +00:00
Move test to the X86 directory, note the PR number and only run MC once.
llvm-svn: 143352
This commit is contained in:
parent
40703f4252
commit
300dcb8e37
@ -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
llvm/test/MC/X86/2011-09-06-NoNewline.s
Normal file
3
llvm/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…
x
Reference in New Issue
Block a user