mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-27 00:21:03 +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:
@@ -1,7 +1,5 @@
|
|||||||
// RUN: %llvmgcc -O3 -S -o - -emit-llvm %s | grep extern_weak
|
// RUN: %llvmgcc -O3 -S -o - -emit-llvm %s | grep extern_weak &&
|
||||||
|
// RUN: %llvmgcc -O3 -S -o - -emit-llvm | llvm-as | llc
|
||||||
// TODO: Enable this when darwin gets weak support:
|
|
||||||
// : %llvmgcc -O3 -S -o - -emit-llvm | llvm-as | llc
|
|
||||||
|
|
||||||
#ifdef __APPLE_CC__
|
#ifdef __APPLE_CC__
|
||||||
void foo() __attribute__((weak_import));
|
void foo() __attribute__((weak_import));
|
||||||
|
Reference in New Issue
Block a user