mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-03 15:26:18 +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
18 lines
157 B
Plaintext
18 lines
157 B
Plaintext
# RUN: llvm-profdata merge %s -o %t.out 2>&1 | FileCheck %s
|
|
# CHECK: hash-mismatch.profdata: foo: Function hash mismatch
|
|
|
|
foo
|
|
3
|
|
3
|
|
1
|
|
2
|
|
3
|
|
|
|
foo
|
|
4
|
|
4
|
|
11
|
|
22
|
|
33
|
|
44
|