mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Unbreak test on non-COFF targets.
llvm-svn: 116669
This commit is contained in:
parent
f9a7c39ecc
commit
9c81b592e7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user