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
@ -1,16 +0,0 @@
|
||||
; RUN: llc < %s | FileCheck %s
|
||||
target datalayout = "E-m:e-i64:64-n32:64"
|
||||
target triple = "powerpc64--linux"
|
||||
|
||||
@g = internal constant i8* bitcast (void ()* @f to i8*), section "gsection", align 8
|
||||
@h = constant i8* bitcast (void ()* @f to i8*), section "hsection", align 8
|
||||
@llvm.used = appending global [2 x i8*] [i8* bitcast (i8** @g to i8*), i8* bitcast (i8** @h to i8*)], section "llvm.metadata"
|
||||
|
||||
; Function Attrs: nounwind uwtable
|
||||
define internal void @f() {
|
||||
entry:
|
||||
ret void
|
||||
}
|
||||
|
||||
; CHECK: .section gsection,"aw",@progbits
|
||||
; CHECK: .section hsection,"aw",@progbits
|
Reference in New Issue
Block a user