mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-21 03:32:21 +00:00
enable this now that codegen support is in place
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32076 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9382e29c1e
commit
d28442ee96
@ -1,7 +1,5 @@
|
||||
// RUN: %llvmgcc -O3 -S -o - -emit-llvm %s | grep extern_weak
|
||||
|
||||
// TODO: Enable this when darwin gets weak support:
|
||||
// : %llvmgcc -O3 -S -o - -emit-llvm | llvm-as | llc
|
||||
// RUN: %llvmgcc -O3 -S -o - -emit-llvm %s | grep extern_weak &&
|
||||
// RUN: %llvmgcc -O3 -S -o - -emit-llvm | llvm-as | llc
|
||||
|
||||
#ifdef __APPLE_CC__
|
||||
void foo() __attribute__((weak_import));
|
||||
|
Loading…
x
Reference in New Issue
Block a user