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

Vladislav Khmelevsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 1 11:55:33 PDT 2022


yota9 marked 2 inline comments as done.
yota9 added inline comments.


================
Comment at: bolt/test/AArch64/plt_gnu_ld.test:7
+// RUN: yaml2obj %p/Inputs/plt_gnu_ld.yaml &> %t.exe
+// RUN: llvm-bolt %t.bfd.exe -o %t.bolt.exe -use-old-text=0 -lite=0 \
+// RUN:   -print-cfg -print-only=main | FileCheck %s
----------------
maksfb wrote:
> I tried that fix locally and got "no PT_LOAD pheader seen" error.
The old file was remained on the pass, thanks for the remark.


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