summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PowerPC/2009-08-23-linkerprivate.ll
blob: 12c4c993ab518267674113cf5b73b47faab22562 (plain)
1
2
3
4
5
6
7
8
; RUN: llc < %s -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		; <i32*> [#uses=0]

; CHECK: .globl l_objc_msgSend_fixup_alloc
; CHECK: .weak_definition l_objc_msgSend_fixup_alloc
OpenPOWER on IntegriCloud