[PATCH] D122039: [BOLT] Fix plt relocations symbol match

Maksim Panchenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 22 11:19:15 PDT 2022


maksfb added inline comments.


================
Comment at: bolt/test/runtime/plt_gnu_ld.test:10
+// RUN: llvm-bolt %t.bfd.exe -o %t.bfd.bolt.exe -use-old-text=0 -lite=0
+// RUN: %t.bfd.bolt.exe
----------------
Hi @yota9, could you please make the checks for properly updated PLT explicit instead of relying on executing the binary?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122039/new/

https://reviews.llvm.org/D122039



More information about the llvm-commits mailing list