7 lines · plain
1# RUN: yaml2obj %p/Inputs/plt-mold.yaml &> %t.exe2# RUN: llvm-bolt %t.exe --print-cfg --print-only=main.* -o %t.out | FileCheck %s3 4## Check that llvm-bolt correctly parses PLT created by mold linker.5## The only call instruction in main() should be a call to printf() in PLT.6CHECK: callq "printf$plt7