Reid Kleckner | d14d54b | 2017-09-07 21:28:09 +0000 | [diff] [blame] | 1 | # RUN: not llvm-xray stack %s 2>&1 | FileCheck %s |
Keith Wyss | 9420ec3 | 2017-09-07 18:07:48 +0000 | [diff] [blame] | 2 | --- |
3 | header: | ||||
4 | version: 1 | ||||
5 | type: 0 | ||||
6 | constant-tsc: true | ||||
7 | nonstop-tsc: true | ||||
8 | cycle-frequency: 2601000000 | ||||
9 | records: | ||||
10 | ... | ||||
11 | # CHECK: llvm-xray: No instrumented calls were accounted in the input file. | ||||
Keith Wyss | 9420ec3 | 2017-09-07 18:07:48 +0000 | [diff] [blame] | 12 | # CHECK-NOT: {{[0-9A-Z]+}} |