aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/COFF/weak.s
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2010-10-16 11:27:13 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2010-10-16 11:27:13 +0000
commitd30dcfe3312cc0a7c48834b7063a84c111b0b762 (patch)
treebadb5ec3e47a9cc0ecc06d9e3d3c911c7c64a2ec /test/MC/COFF/weak.s
parent4cee2890a66974af506f2125243114cc14bd5556 (diff)
downloadexternal_llvm-d30dcfe3312cc0a7c48834b7063a84c111b0b762.zip
external_llvm-d30dcfe3312cc0a7c48834b7063a84c111b0b762.tar.gz
external_llvm-d30dcfe3312cc0a7c48834b7063a84c111b0b762.tar.bz2
Unbreak test on non-COFF targets.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116669 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/COFF/weak.s')
-rw-r--r--test/MC/COFF/weak.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/COFF/weak.s b/test/MC/COFF/weak.s
index d910059..a240d71 100644
--- a/test/MC/COFF/weak.s
+++ b/test/MC/COFF/weak.s
@@ -1,7 +1,7 @@
// This tests that default-null weak symbols (a GNU extension) are created
// properly via the .weak directive.
-// RUN: llvm-mc -filetype=obj < %s | coff-dump.py | FileCheck %s
+// RUN: llvm-mc -filetype=obj -triple i686-pc-win32 < %s | coff-dump.py | FileCheck %s
.def _main;
.scl 2;