You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.225
Former-commit-id: 10196d987d5fc5564b9d3b33b1fdf13190f4d0b5
This commit is contained in:
parent
32d52ae4ca
commit
f32dbaf0b2
27
external/llvm/test/Bitcode/Inputs/thinlto-function-summary-callgraph-profile-summary.ll
vendored
Normal file
27
external/llvm/test/Bitcode/Inputs/thinlto-function-summary-callgraph-profile-summary.ll
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
; ModuleID = 'thinlto-function-summary-callgraph-profile-summary2.ll'
|
||||
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
|
||||
target triple = "x86_64-unknown-linux-gnu"
|
||||
|
||||
|
||||
define void @hot1() #1 {
|
||||
ret void
|
||||
}
|
||||
define void @hot2() #1 {
|
||||
ret void
|
||||
}
|
||||
define void @hot3() #1 {
|
||||
ret void
|
||||
}
|
||||
define void @cold() #1 {
|
||||
ret void
|
||||
}
|
||||
define void @none1() #1 {
|
||||
ret void
|
||||
}
|
||||
define void @none2() #1 {
|
||||
ret void
|
||||
}
|
||||
define void @none3() #1 {
|
||||
ret void
|
||||
}
|
||||
|
Reference in New Issue
Block a user