[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 00:28:34 PDT 2024
================
@@ -749,6 +749,17 @@ class ECCodeMapChunk : public NonSectionChunk {
std::vector<ECCodeMapEntry> ↦
};
+class CHPERedirectionChunk : public NonSectionChunk {
----------------
mstorsjo wrote:
Is this documented somewhere as being named with `CHPE`, as opposed to ARM64EC in some form?
https://github.com/llvm/llvm-project/pull/105739
More information about the llvm-commits
mailing list