You've already forked linux-packaging-mono
Imported Upstream version 6.0.0.172
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
This commit is contained in:
parent
8016999e4d
commit
64ac736ec5
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