Like Windows on x86-64, Windows on arm64 uses structured
exception handling, so we don't emit .debug_frame.
See:
https://docs.microsoft.com/en-us/cpp/build/arm64-exception-handling?view=msvc-160
Paths
| Differential D107440
[llvm][MC] Disable cfi-version test for Windows on Arm ClosedPublic Authored by DavidSpickett on Aug 4 2021, 3:27 AM.
Details Summary Like Windows on x86-64, Windows on arm64 uses structured See:
Diff Detail
Event TimelineHerald added subscribers: pengfei, kristof.beyls, emaste. · View Herald TranscriptAug 4 2021, 3:28 AM This revision is now accepted and ready to land.Aug 4 2021, 3:41 AM Closed by commit rG6f8c4340c2ba: [llvm][MC] Disable cfi-version test for Windows on Arm (authored by DavidSpickett). · Explain WhyAug 4 2021, 4:18 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 364028 llvm/test/MC/ELF/cfi-version.ll
llvm/test/lit.cfg.py
|