brintos

brintos / llvm-project-archived public Read only

0
0
Text · 376 B · fa2a433 Raw
11 lines · c
1// RUN: rm -rf %t && mkdir %t2// RUN: split-file %s %t3 4// RUN: clang-scan-deps -compilation-database %t/cdb.json -print-timing > %t/result.json 2>%t/errs5// RUN: cat %t/errs | FileCheck %s6// CHECK:      wall time [s]              process time [s]           instruction count7// CHECK-NEXT: {{[0-9]+}}.{{([0-9]{4})}}  {{[0-9]+}}.{{([0-9]{4})}}  {{[0-9]+}}8 9//--- cdb.json10[]11