enable this now that codegen support is in place

llvm-svn: 32076
This commit is contained in:
Chris Lattner 2006-12-01 18:04:08 +00:00
parent 1d611158eb
commit 60a07bf5ff

View File

@ -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));