mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +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:
parent
0c7761b3f9
commit
a3f2b21aff
8
test/CodeGen/ARM/2009-08-23-linkerprivate.ll
Normal file
8
test/CodeGen/ARM/2009-08-23-linkerprivate.ll
Normal file
@ -0,0 +1,8 @@
|
||||
; RUN: llvm-as < %s | llc -march=arm -mtriple=arm-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
|
@ -1,6 +1,4 @@
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mtriple=i686-apple-darwin | FileCheck %s
|
||||
; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=ppc-apple-darwin | FileCheck %s
|
||||
; RUN: llvm-as < %s | llc -march=arm -mtriple=arm-apple-darwin | FileCheck %s
|
||||
|
||||
; ModuleID = '/Volumes/MacOS9/tests/WebKit/JavaScriptCore/profiler/ProfilerServer.mm'
|
||||
|
8
test/CodeGen/X86/2009-08-23-linkerprivate.ll
Normal file
8
test/CodeGen/X86/2009-08-23-linkerprivate.ll
Normal file
@ -0,0 +1,8 @@
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mtriple=i686-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
|
Loading…
Reference in New Issue
Block a user