mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-10 02:25:47 +00:00
This moves some tests around to make it clearer what's being tested, and adds very rudimentary comment syntax to the text input format to make specifying this kind of test a little bit simpler. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214235 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.profdata: overflow: Counter overflow
|
|
|
|
overflow
|
|
1
|
|
1
|
|
9223372036854775808
|
|
|
|
overflow
|
|
1
|
|
1
|
|
9223372036854775808
|