[all-commits] [llvm/llvm-project] 5f6d9b: [BOLT] Make Relocations a class and add optional f...
Paschalis Mpeis via All-commits
all-commits at lists.llvm.org
Thu Mar 20 10:16:36 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5f6d9b45e90a261810e347a7de092545dbb46fc6
https://github.com/llvm/llvm-project/commit/5f6d9b45e90a261810e347a7de092545dbb46fc6
Author: Paschalis Mpeis <paschalis.mpeis at arm.com>
Date: 2025-03-20 (Thu, 20 Mar 2025)
Changed paths:
M bolt/include/bolt/Core/Relocation.h
Log Message:
-----------
[BOLT] Make Relocations a class and add optional field (#131638)
This patch converts `Relocations` from a struct to a class, and
introduces the `Optional` field. Patch #116964 will use it.
Some optimizations, like `scanExternalRefs`, create relocations that
patch the old code. Under certain circumstances these may be skipped
without correctness implications.
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