[all-commits] [llvm/llvm-project] f94294: [LLD][COFF] Require explicit specification of ARM6...

Jacek Caban via All-commits all-commits at lists.llvm.org
Sun Nov 24 05:33:35 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f942949a7cf16a082eb43943b2a4f93f9180556f
      https://github.com/llvm/llvm-project/commit/f942949a7cf16a082eb43943b2a4f93f9180556f
  Author: Jacek Caban <jacek at codeweavers.com>
  Date:   2024-11-24 (Sun, 24 Nov 2024)

  Changed paths:
    M lld/COFF/Config.h
    M lld/COFF/SymbolTable.cpp
    M lld/test/COFF/arm64ec.test

  Log Message:
  -----------
  [LLD][COFF] Require explicit specification of ARM64EC target (#116281)

Inferring the ARM64EC target can lead to errors. The `-machine:arm64ec`
option may include x86_64 input files, and any valid ARM64EC input is
also valid for `-machine:arm64x`. MSVC requires an explicit `-machine`
argument with informative diagnostics; this patch adopts the same
behavior.



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