Skip to content

Commit 0ea8aff

Browse files
committed
Fixed in r143195. Still it is not "TARGETS" neutral.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_30@143448 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent af31f9f commit 0ea8aff

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
// RUN: llvm-mc %s
1+
// RUN: llvm-mc -triple i386-unknown-unknown %s
22
movl %gs:8, %eax
3-
// RUN: llvm-mc %s
3+
// RUN: llvm-mc -triple i386-unknown-unknown %s
44
movl %gs:8, %eax
5-
// RUN: llvm-mc %s
6-
movl %gs:8, %eax
5+
// RUN: llvm-mc -triple i386-unknown-unknown %s
6+
movl %gs:8, %eax
7+

0 commit comments

Comments
 (0)