brintos

brintos / llvm-project-archived public Read only

0
0
Text · 265 B · 18b1ea4 Raw
9 lines · plain
1// This test checks .plt.got handling by BOLT2 3RUN: yaml2obj %p/Inputs/plt-got.yaml &> %t.exe4RUN: llvm-bolt %t.exe -o %t.bolt --print-disasm --print-only=_start/1 \5RUN:   2>&1 | FileCheck %s6 7CHECK: bl abort@PLT8CHECK: BOLT-WARNING: found unmarked AArch64 veneer9