mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-14 07:31:53 +00:00
9c5c57d05a
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@289312 91177308-0d34-0410-b5e6-96231b3b80d8
9 lines
189 B
Plaintext
9 lines
189 B
Plaintext
RUN: LLVMFuzzer-SimpleTest -print_pcs=1 -seed=1 2>&1 | FileCheck %s --check-prefix=PCS
|
|
PCS-NOT: NEW_PC
|
|
PCS:INITED
|
|
PCS:NEW_PC: {{0x[a-f0-9]+}}
|
|
PCS:NEW_PC: {{0x[a-f0-9]+}}
|
|
PCS:NEW
|
|
PCS:BINGO
|
|
|