aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/extern_weak.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/extern_weak.ll')
-rw-r--r--test/CodeGen/X86/extern_weak.ll13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/CodeGen/X86/extern_weak.ll b/test/CodeGen/X86/extern_weak.ll
deleted file mode 100644
index c2ff09f21e80..000000000000
--- a/test/CodeGen/X86/extern_weak.ll
+++ /dev/null
@@ -1,13 +0,0 @@
-; RUN: llc < %s -mtriple=i686-apple-darwin | grep weak_reference | count 2
-
-@Y = global i32 (i8*)* @X ; <i32 (i8*)**> [#uses=0]
-
-declare extern_weak i32 @X(i8*)
-
-define void @bar() {
- tail call void (...) @foo( )
- ret void
-}
-
-declare extern_weak void @foo(...)
-