Files
clang-p2996/llvm/test/tools/llc/time-trace.ll
Chris Bieneman 1652c4f2fe [NFC] Fixing test requirements I broke
I broke these in 7a0cbe11fb, thanks @ikudrin for catching it!
2022-02-09 09:11:34 -06:00

10 lines
218 B
LLVM

; 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
}