Also match the output on 32 bit systems.

llvm-svn: 301543
This commit is contained in:
Rafael Espindola 2017-04-27 14:21:09 +00:00
parent cb00640c05
commit dc18f517cd
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ int main(int argc, char **argv) {
// CHECK-DAG: Child PID: [[ChildPID:[0-9]+]]
// CHECK-DAG: Parent PID: [[ParentPID:[0-9]+]]
// CHECK-DAG: read 3 64-bit PCs from {{.*}}.[[ParentPID]].sancov
// CHECK-DAG: read 3 {{64|32}}-bit PCs from {{.*}}.[[ParentPID]].sancov
// FIXME: this is missing
// XCHECK-DAG: read 1 64-bit PCs from {{.*}}.[[ChildPID]].sancov
// XCHECK-DAG: read 1 {{64|32}}-bit PCs from {{.*}}.[[ChildPID]].sancov