aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/tools/llvm-profdata/show-order-error.proftext
blob: 633f1a9949b6f1a192ed0ede82d23b0c36a96a93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# RUN: not llvm-profdata order %s --num-test-traces=10 2>&1 | FileCheck %s

# CHECK: --num-test-traces must be smaller than the total number of traces

# Header
:ir
:temporal_prof_traces
# Num Traces
1
# Trace Stream Size:
1
# Weight
1
a, b

a
# Func Hash:
0x1234
# Num Counters:
1
# Counter Values:
101

b
0x5678
1
202