mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
d31e44ab52
llvm-svn: 282831
9 lines
197 B
Plaintext
9 lines
197 B
Plaintext
RUN: LLVMFuzzer-SimpleTest-TracePC -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
|
|
|