repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clangd] Re-land "support outgoing calls in call hierarchy" (#117673)
[llvm-project.git]
/
llvm
/
test
/
tools
/
llc
/
time-trace.ll
blob
99c5b69c59c1fb84b1f928213e1e5e7ea96b6eff
1
; REQUIRES: default_triple
2
; RUN: llc -o /dev/null -O2 -time-trace -time-trace-granularity=100 -time-trace-file=%t.json
3
; RUN: FileCheck --input-file=%t.json %s
4
5
; CHECK: "traceEvents"
6
7
define void @f() {
8
ret void
9
}