From d30dcfe3312cc0a7c48834b7063a84c111b0b762 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Sat, 16 Oct 2010 11:27:13 +0000 Subject: [PATCH] Unbreak test on non-COFF targets. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116669 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/COFF/weak.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/MC/COFF/weak.s b/test/MC/COFF/weak.s index d910059a47d..a240d7152c7 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;