[cDAC] Support building and linking cross targeted cDAC unwinders on all platforms #112272
Labels
area-Diagnostics-coreclr
enhancement
Product code improvement that does NOT require public API changes/additions
Milestone
#111759 only supports building native cDAC unwinders on
amd64
host platform.The limiting factor is the
crosscomp.h
only targetsamd64
, it has tooling to build other platforms onamd64
, but notamd64
on other platforms. Something similar to diagnostics repo: https://github.com/dotnet/diagnostics/blob/9f687caec28573ae8df931ed5632d50488692614/src/shared/debug/inc/dbgtargetcontext.h#L4Add support for building unwinders across
arm64
,arm
, andx86
.The text was updated successfully, but these errors were encountered: