[all-commits] [llvm/llvm-project] b09dfb: [LLD][COFF] Add support for x86_64 archives on ARM...

Jacek Caban via All-commits all-commits at lists.llvm.org
Sat Feb 22 02:21:20 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b09dfbd6995bf83ce9546807ccc285c6d957f6db
      https://github.com/llvm/llvm-project/commit/b09dfbd6995bf83ce9546807ccc285c6d957f6db
  Author: Jacek Caban <jacek at codeweavers.com>
  Date:   2025-02-22 (Sat, 22 Feb 2025)

  Changed paths:
    M lld/COFF/InputFiles.cpp
    M lld/test/COFF/arm64x-symtab.s

  Log Message:
  -----------
  [LLD][COFF] Add support for x86_64 archives on ARM64X (#128241)

If the ECSYMBOLS section is missing in the archive, the archive could be
either a native-only ARM64 or x86_64 archive. Check the machine type of
the object containing a symbol to determine which symbol table to use.



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