brintos

brintos / llvm-project-archived public Read only

0
0
Text · 278 B · a7e3006 Raw
11 lines · plain
1UNSUPPORTED: target=aarch64{{.*}}2RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-SimpleTest3RUN: not %run %t-SimpleTest -print_pcs=1 -seed=1 2>&1 | FileCheck %s --check-prefix=PCS4PCS-NOT: NEW_PC5PCS:INITED6PCS:NEW_PC: {{0x[a-f0-9]+}}7PCS:NEW_PC: {{0x[a-f0-9]+}}8PCS:NEW9PCS:BINGO10 11