brintos

brintos / llvm-project-archived public Read only

0
0
Text · 256 B · 3269668 Raw
7 lines · plain
1## Verifies that BOLT detects fixed destination of indirect jump2 3RUN: %clang %cflags -no-pie %S/Inputs/jump_table_reference.s -Wl,-q -o %t4RUN: llvm-bolt %t --relocs -o %t.null 2>&1 | FileCheck %s5 6CHECK: BOLT-INFO: fixed indirect branch detected in main7