diff options
author | Paschalis Mpeis <paschalis.mpeis@arm.com> | 2025-03-20 17:16:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-20 17:16:14 +0000 |
commit | 5f6d9b45e90a261810e347a7de092545dbb46fc6 (patch) | |
tree | 310f238539d2263223a4d54d08600f546eed4a49 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 10624e67c3f26ce733a01de891e43602b6253395 (diff) | |
download | llvm-5f6d9b45e90a261810e347a7de092545dbb46fc6.zip llvm-5f6d9b45e90a261810e347a7de092545dbb46fc6.tar.gz llvm-5f6d9b45e90a261810e347a7de092545dbb46fc6.tar.bz2 |
[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.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions