mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
c9c7d98c23
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. llvm-svn: 214357
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
|