xref: /llvm-project/llvm/test/tools/llc/time-trace.ll (revision 1652c4f2feea988c94cd9db985d28e26205b8bea)
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
7define void @f() {
8  ret void
9}
10