[llvm] [BOLT] Change Relocation Type to 32-bit NFCI (PR #130792)
Paschalis Mpeis via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 17 11:18:14 PDT 2025
================
@@ -50,72 +55,79 @@ struct Relocation {
/// Used to validate relocation correctness.
uint64_t Value;
+ /// Relocations added by optimizations can be optional.
+ bool Optional = false;
----------------
paschalis-mpeis wrote:
Resolving this comment as this is now done by:
- #131638
https://github.com/llvm/llvm-project/pull/130792
More information about the llvm-commits
mailing list