brintos

brintos / llvm-project-archived public Read only

0
0
Text · 218 B · 99c5b69 Raw
10 lines · plain
1; REQUIRES: default_triple2; RUN: llc -o /dev/null -O2 -time-trace -time-trace-granularity=100 -time-trace-file=%t.json3; RUN: FileCheck --input-file=%t.json %s4 5; CHECK: "traceEvents"6 7define void @f() {8  ret void9}10