brintos

brintos / llvm-project-archived public Read only

0
0
Text · 302 B · 8d28e12 Raw
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