diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2011-10-31 17:23:09 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2011-10-31 17:23:09 +0000 |
commit | 5e6d54806570db81bbc8bdb480ce049f4bad05cc (patch) | |
tree | 7b8cff1508d686e4721d55b9de1298131343da90 /test/MC/X86 | |
parent | fb6ab2b30e822d292c557bda32f7eb0acd1004e2 (diff) |
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
Diffstat (limited to 'test/MC/X86')
-rw-r--r-- | test/MC/X86/2011-09-06-NoNewline.s | 3 |
1 files changed, 3 insertions, 0 deletions
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 0000000000..bc681a38e7 --- /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 |