[lld] [LLD][COFF] Add support for hybrid ARM64X entry points (PR #123096)

Jacek Caban via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 15 17:23:05 PST 2025


================
@@ -2584,6 +2586,16 @@ void Writer::createDynamicRelocs() {
                          coffHeaderOffset + offsetof(coff_file_header, Machine),
                          AMD64);
 
+  if (ctx.symtab.entry || ctx.hybridSymtab->entry) {
----------------
cjacek wrote:

Yeah, it expresses the actual reason for the reloc, I will change it.

https://github.com/llvm/llvm-project/pull/123096


More information about the llvm-commits mailing list