1 # Check llvm-bolt processes binaries compiled from sources that use indirect goto.
4 RUN: %clang %S/Inputs/indirect_goto.c -o %t -fpic -pie -Wl,-q
5 RUN: llvm-bolt %t -o %t.bolt --relocs=1 --print-cfg --print-only=main \
7 # The test fails as we don't update corresponding dynamic relocations.
10 CHECK: jmpq *%rax # UNKNOWN CONTROL FLOW