mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-15 03:26:05 +00:00
llvm-profdata: Use consistent file suffixes in tests
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
This commit is contained in:
12
test/tools/llvm-profdata/overflow.proftext
Normal file
12
test/tools/llvm-profdata/overflow.proftext
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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
|
Reference in New Issue
Block a user