[llvm-commits] [llvm] r116669 - /llvm/trunk/test/MC/COFF/weak.s

Benjamin Kramer benny.kra at googlemail.com
Sat Oct 16 04:27:14 PDT 2010


Author: d0k
Date: Sat Oct 16 06:27:13 2010
New Revision: 116669

URL: http://llvm.org/viewvc/llvm-project?rev=116669&view=rev
Log:
Unbreak test on non-COFF targets.

Modified:
    llvm/trunk/test/MC/COFF/weak.s

Modified: llvm/trunk/test/MC/COFF/weak.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/COFF/weak.s?rev=116669&r1=116668&r2=116669&view=diff
==============================================================================
--- llvm/trunk/test/MC/COFF/weak.s (original)
+++ llvm/trunk/test/MC/COFF/weak.s Sat Oct 16 06:27:13 2010
@@ -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;





More information about the llvm-commits mailing list