mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-30 17:33:24 +00:00
Unbreak test on non-COFF targets.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116669 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4cee2890a6
commit
d30dcfe331
@ -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