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,20 +0,0 @@
|
||||
; RUN: opt %s -inline -S | FileCheck %s
|
||||
|
||||
define internal void @inner() "probe-stack"="__probestackinner" {
|
||||
ret void
|
||||
}
|
||||
|
||||
define void @outerNoAttribute() {
|
||||
call void @inner()
|
||||
ret void
|
||||
}
|
||||
|
||||
define void @outerConflictingAttribute() "probe-stack"="__probestackouter" {
|
||||
call void @inner()
|
||||
ret void
|
||||
}
|
||||
|
||||
; CHECK: define void @outerNoAttribute() #0
|
||||
; CHECK: define void @outerConflictingAttribute() #1
|
||||
; CHECK: attributes #0 = { "probe-stack"="__probestackinner" }
|
||||
; CHECK: attributes #1 = { "probe-stack"="__probestackouter" }
|
Reference in New Issue
Block a user