Sign in
fuchsia
/
third_party
/
llvm-project
/
refs/heads/upstream/revert-143408-allow-objc-property-requires-definitions
/
.
/
llvm
/
test
/
tools
/
llc
/
time-trace.ll
blob: 99c5b69c59c1fb84b1f928213e1e5e7ea96b6eff [
file
] [
log
] [
blame
] [
edit
]
; REQUIRES: default_triple
; RUN: llc -o /dev/null -O2 -time-trace -time-trace-granularity=100 -time-trace-file=%t.json
; RUN: FileCheck --input-file=%t.json %s
; CHECK: "traceEvents"
define
void
@f
()
{
ret
void
}