You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
25
external/llvm/test/CodeGen/ARM/section-name.ll
vendored
25
external/llvm/test/CodeGen/ARM/section-name.ll
vendored
@ -1,25 +0,0 @@
|
||||
; RUN: llc < %s -mtriple=arm-unknown-linux-gnueabi | FileCheck %s
|
||||
|
||||
; CHECK: .text
|
||||
; CHECK: .globl test1
|
||||
; CHECK: .type test1,%function
|
||||
define void @test1() {
|
||||
entry:
|
||||
ret void
|
||||
}
|
||||
|
||||
; CHECK: .section .test2,"ax",%progbits
|
||||
; CHECK: .globl test2
|
||||
; CHECK: .type test2,%function
|
||||
define void @test2() section ".test2" {
|
||||
entry:
|
||||
ret void
|
||||
}
|
||||
|
||||
; CHECK: .text
|
||||
; CHECK: .weak test3
|
||||
; CHECK: .type test3,%function
|
||||
define linkonce_odr void @test3() {
|
||||
entry:
|
||||
ret void
|
||||
}
|
Reference in New Issue
Block a user