diff options
-rw-r--r-- | test/MC/COFF/weak.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/COFF/weak.s b/test/MC/COFF/weak.s index d910059a47..a240d7152c 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;
|