9 lines · plain
1# Verify if the `--verify-cfg` option might produce incorrect alerts.2 3REQUIRES: system-linux4 5RUN: %clang %cflags %p/Inputs/hello.c -o %t -Wl,-q6RUN: llvm-bolt %t -o %t.bolt --verify-cfg 2>&1 | FileCheck %s7 8CHECK-NOT: BOLT-ERROR: Invalid CFG detected after pass {{.*}}9