[all-commits] [llvm/llvm-project] 825e4a: [AArch64][Windows] Add MC support for ec_context (...
Billy Laws via All-commits
all-commits at lists.llvm.org
Thu Nov 16 03:21:26 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 825e4ae732f8e61fe69614005346a99ab2b67902
https://github.com/llvm/llvm-project/commit/825e4ae732f8e61fe69614005346a99ab2b67902
Author: Billy Laws <blaws05 at gmail.com>
Date: 2023-11-16 (Thu, 16 Nov 2023)
Changed paths:
M llvm/include/llvm/Support/Win64EH.h
M llvm/lib/MC/MCWin64EH.cpp
M llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
M llvm/lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.cpp
M llvm/lib/Target/AArch64/MCTargetDesc/AArch64TargetStreamer.h
M llvm/lib/Target/AArch64/MCTargetDesc/AArch64WinCOFFStreamer.cpp
M llvm/test/MC/AArch64/seh.s
Log Message:
-----------
[AArch64][Windows] Add MC support for ec_context (#69520)
ARM64EC uses the same CONTEXT structure as x86_64 as opposed to the
regular ARM64 context, a new unwind MSFT_OP_EC_CONTEXT is added to
handle this.
More information about the All-commits
mailing list