mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-12 06:06:19 +00:00
2adcddcd84
In some places we've been using different suffixes for the different file formats involved in instrprof, but in others we've just ambiguously used .profdata. Update the test files to indicate the types of file more obviously. No functional change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214357 91177308-0d34-0410-b5e6-96231b3b80d8
13 lines
183 B
Plaintext
13 lines
183 B
Plaintext
# RUN: llvm-profdata merge %s -o %t.out 2>&1 | FileCheck %s
|
|
# CHECK: overflow.proftext: overflow: Counter overflow
|
|
|
|
overflow
|
|
1
|
|
1
|
|
9223372036854775808
|
|
|
|
overflow
|
|
1
|
|
1
|
|
9223372036854775808
|