9 lines · plain
1// This test checks that relocation addend used to address build_id fields2// is properly disassembled by BOLT.3 4RUN: yaml2obj %p/Inputs/build_id.yaml &> %t.exe5RUN: llvm-bolt -print-disasm --print-only=print_build_id %t.exe -o %t.bolt | \6RUN: FileCheck %s7 8CHECK: leaq build_id_note+16(%rip), %rbx9