[all-commits] [llvm/llvm-project] a38152: [llvm-lib] Add support for -defArm64Native argumen...

Jacek Caban via All-commits all-commits at lists.llvm.org
Mon Feb 12 16:49:57 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a38152e2156a467520dae29fa3760802c308d54c
      https://github.com/llvm/llvm-project/commit/a38152e2156a467520dae29fa3760802c308d54c
  Author: Jacek Caban <jacek at codeweavers.com>
  Date:   2024-02-13 (Tue, 13 Feb 2024)

  Changed paths:
    M lld/COFF/Driver.cpp
    M llvm/include/llvm/Object/COFFImportFile.h
    M llvm/lib/Object/COFFImportFile.cpp
    M llvm/lib/ToolDrivers/llvm-dlltool/DlltoolDriver.cpp
    M llvm/lib/ToolDrivers/llvm-lib/LibDriver.cpp
    M llvm/lib/ToolDrivers/llvm-lib/Options.td
    M llvm/test/tools/llvm-lib/arm64ec-implib.test

  Log Message:
  -----------
  [llvm-lib] Add support for -defArm64Native argument. (#81426)

This can be used to create import libraries that contain both ARM64EC
and native exports. The implementation follows observed MSVC lib.exe
behaviour. It's ignored on targets other than ARM64EC.




More information about the All-commits mailing list