[lld] [LLD][COFF] Add support for CHPE redirection metadata. (PR #105739)
Martin Storsjö via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 23 06:22:57 PDT 2024
================
@@ -749,6 +749,17 @@ class ECCodeMapChunk : public NonSectionChunk {
std::vector<ECCodeMapEntry> ↦
};
+class CHPERedirectionChunk : public NonSectionChunk {
----------------
mstorsjo wrote:
Thanks, if this is referred to in the load configs with a CHPE prefix, using these names is totally fine with me.
(I guess historically, the naming may stem from which parts were used in CHPEv1 and which are new for ARM64EC etc.)
https://github.com/llvm/llvm-project/pull/105739
More information about the llvm-commits
mailing list