mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-27 14:34:58 +00:00
Make this pass for CYGWIN.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44354 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
515a641dac
commit
f19341dec7
@ -1,7 +1,8 @@
|
||||
// RUN: %llvmgcc -O3 -S -o - -emit-llvm %s | grep extern_weak
|
||||
// RUN: %llvmgcc -O3 -S -o - -emit-llvm %s | llvm-as | llc
|
||||
|
||||
#if !defined(__linux__) && !defined(__FreeBSD__) && !defined(__OpenBSD__)
|
||||
#if !defined(__linux__) && !defined(__FreeBSD__) && \
|
||||
!defined(__OpenBSD__) && !defined(__CYGWIN__)
|
||||
void foo() __attribute__((weak_import));
|
||||
#else
|
||||
void foo() __attribute__((weak));
|
||||
|
Loading…
x
Reference in New Issue
Block a user