You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.161
Former-commit-id: 4db48158d3a35497b8f118ab21b5f08ac3d86d98
This commit is contained in:
parent
37fbf886a3
commit
e19d552987
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