[all-commits] [llvm/llvm-project] 385af2: [BOLT] Prevent addRelocation from adding pending r...
Paschalis Mpeis via All-commits
all-commits at lists.llvm.org
Wed Feb 12 07:24:34 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 385af283cd00ef7a0114c343f50e7dca7fec2537
https://github.com/llvm/llvm-project/commit/385af283cd00ef7a0114c343f50e7dca7fec2537
Author: Paschalis Mpeis <paschalis.mpeis at arm.com>
Date: 2025-02-12 (Wed, 12 Feb 2025)
Changed paths:
M bolt/include/bolt/Core/BinarySection.h
M bolt/unittests/Core/BinaryContext.cpp
Log Message:
-----------
[BOLT] Prevent addRelocation from adding pending relocs (#123635)
`addPendingRelocation` is the only way to add a pending
relocation. Can no longer use `addRelocation` for this.
Update the only user (`BinaryContextTester`).
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list