Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / bolt / test / X86 / plt-mold.test
blob75c8c023cf3c2cbdf62f0dd47205ab583650c426
1 # RUN: yaml2obj %p/Inputs/plt-mold.yaml &> %t.exe
2 # RUN: llvm-bolt %t.exe --print-cfg --print-only=main.* -o %t.out | FileCheck %s
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.
6 CHECK:  callq "printf$plt