[PATCH] D125412: [ARM64EC 2/?] Add target triple, and allow targeting it.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 11 13:30:03 PDT 2022


efriedma created this revision.
Herald added subscribers: zzheng, hiraditya, kristof.beyls.
Herald added a project: All.
efriedma requested review of this revision.
Herald added a project: LLVM.

Part of patchset to add initial support for ARM64EC.

For lack of any better idea, I'm using the triple aarch64-pc-windows-msvc_arm64ec.  Suggestions for a better name welcome... or if you think I should use some other mechanism to distinguish.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D125412

Files:
  llvm/include/llvm/ADT/Triple.h
  llvm/lib/Support/Triple.cpp
  llvm/lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp
  llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.h
  llvm/lib/Target/AArch64/MCTargetDesc/AArch64WinCOFFObjectWriter.cpp
  llvm/test/MC/AArch64/arm64ec.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125412.428756.patch
Type: text/x-patch
Size: 5058 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220511/8f141451/attachment.bin>


More information about the llvm-commits mailing list