mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
Split test into 3.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79926 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
8
test/CodeGen/PowerPC/2009-08-23-linkerprivate.ll
Normal file
8
test/CodeGen/PowerPC/2009-08-23-linkerprivate.ll
Normal file
@@ -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 ; <i32*> [#uses=0]
|
||||
|
||||
; CHECK: .globl l_objc_msgSend_fixup_alloc
|
||||
; CHECK: .weak_definition l_objc_msgSend_fixup_alloc
|
Reference in New Issue
Block a user