[PATCH] D122106: [BOLT] NFC: Fix dynamic relocation offset for constant islands
Alexander Yermolovich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 20 14:51:37 PDT 2022
ayermolo added inline comments.
================
Comment at: bolt/include/bolt/Core/Relocation.h:58
+
+ uint64_t getOutputOffset() const {
+ return OutputOffset ? OutputOffset : Offset;
----------------
Can you add description of this function.
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