[PATCH] D122106: [BOLT] NFC: Fix dynamic relocation offset for constant islands

Vladislav Khmelevsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 20 14:53:11 PDT 2022


yota9 marked an inline comment as done.
yota9 added inline comments.


================
Comment at: bolt/include/bolt/Core/Relocation.h:58
+
+  uint64_t getOutputOffset() const {
+    return OutputOffset ? OutputOffset : Offset;
----------------
ayermolo wrote:
> Can you add description of this function.
Sure will do


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122106



More information about the llvm-commits mailing list