[PATCH] D123650: [BOLT] Ignore PC-relative relocations from data to data

Amir Ayupov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 13 11:02:10 PDT 2022


Amir accepted this revision.
Amir added a comment.
This revision is now accepted and ready to land.

LG. Just to make sure: the primary change is the extra condition to call `addPCRelativeDataRelocation` (from `!IsFromCode` to `!IsFromCode && IsToCode`), right?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123650



More information about the llvm-commits mailing list