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

Michael Spencer bigcheesegs at gmail.com
Sat Oct 16 08:31:44 PDT 2010


On Sat, Oct 16, 2010 at 7:27 AM, Benjamin Kramer
<benny.kra at googlemail.com> wrote:
> 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;

Sorry about that. I guess I shouldn't commit at 4am...

Thanks for fixing!

- Michael Spencer




More information about the llvm-commits mailing list