From a3f2b21affd03c233984f2141ef8e443a5f037d4 Mon Sep 17 00:00:00 2001 From: Dale Johannesen Date: Mon, 24 Aug 2009 17:51:19 +0000 Subject: Split test into 3. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79926 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/PowerPC/2009-08-23-linkerprivate.ll | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/CodeGen/PowerPC/2009-08-23-linkerprivate.ll (limited to 'test/CodeGen/PowerPC') diff --git a/test/CodeGen/PowerPC/2009-08-23-linkerprivate.ll b/test/CodeGen/PowerPC/2009-08-23-linkerprivate.ll new file mode 100644 index 0000000..6fe33e8 --- /dev/null +++ b/test/CodeGen/PowerPC/2009-08-23-linkerprivate.ll @@ -0,0 +1,8 @@ +; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=ppc-apple-darwin | FileCheck %s + +; ModuleID = '/Volumes/MacOS9/tests/WebKit/JavaScriptCore/profiler/ProfilerServer.mm' + +@"\01l_objc_msgSend_fixup_alloc" = linker_private hidden global i32 0, section "__DATA, __objc_msgrefs, coalesced", align 16 ; [#uses=0] + +; CHECK: .globl l_objc_msgSend_fixup_alloc +; CHECK: .weak_definition l_objc_msgSend_fixup_alloc -- cgit v1.1