[all-commits] [llvm/llvm-project] efad56: [LLD][COFF] Add support for range extension thunks...

Jacek Caban via All-commits all-commits at lists.llvm.org
Thu Aug 29 01:19:53 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: efad561890ad3584c38adae913f9939384eb804c
      https://github.com/llvm/llvm-project/commit/efad561890ad3584c38adae913f9939384eb804c
  Author: Jacek Caban <jacek at codeweavers.com>
  Date:   2024-08-29 (Thu, 29 Aug 2024)

  Changed paths:
    M lld/COFF/Chunks.cpp
    M lld/COFF/Chunks.h
    M lld/COFF/Writer.cpp
    A lld/test/COFF/arm64ec-range-thunks.s

  Log Message:
  -----------
  [LLD][COFF] Add support for range extension thunks for ARM64EC targets. (#106289)

Thunks themselves are the same as regular ARM64 thunks; they just need
to report the correct machine type. When processing the code, we also
need to use the current chunk's machine type instead of the global one:
we don't want to treat x86_64 thunks as ARM64EC, and we need to report
the correct machine type in hybrid binaries.



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