8625704ad8
Former-commit-id: 67aa10e65b237e1c4537630979ee99ebe1374215
13 lines
276 B
YAML
13 lines
276 B
YAML
# RUN: not llvm-xray stack %s 2>&1 | FileCheck %s
|
|
---
|
|
header:
|
|
version: 1
|
|
type: 0
|
|
constant-tsc: true
|
|
nonstop-tsc: true
|
|
cycle-frequency: 2601000000
|
|
records:
|
|
...
|
|
# CHECK: llvm-xray: No instrumented calls were accounted in the input file.
|
|
# CHECK-NOT: {{[0-9A-Z]+}}
|