[all-commits] [llvm/llvm-project] 186a2c: [BOLT] addRelocation does not add pending relocs
Paschalis Mpeis via All-commits
all-commits at lists.llvm.org
Mon Jan 20 08:05:57 PST 2025
Branch: refs/heads/users/paschalis-mpeis/bolt-addrelocs-nopending
Home: https://github.com/llvm/llvm-project
Commit: 186a2cad9727b1bc080379ef7c65c748a019cf09
https://github.com/llvm/llvm-project/commit/186a2cad9727b1bc080379ef7c65c748a019cf09
Author: Paschalis Mpeis <Paschalis.Mpeis at arm.com>
Date: 2025-01-20 (Mon, 20 Jan 2025)
Changed paths:
M bolt/include/bolt/Core/BinarySection.h
M bolt/unittests/Core/BinaryContext.cpp
Log Message:
-----------
[BOLT] addRelocation does not add pending relocs
`addPendingRelocation` now becomes 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