llvm-project
385af283 - [BOLT] Prevent addRelocation from adding pending relocs (#123635)

Commit
231 days ago
[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`).
Parents
Loading