This is an archive of the discontinued LLVM Phabricator instance.

[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
exception handling, so we don't emit .debug_frame.

See:
https://docs.microsoft.com/en-us/cpp/build/arm64-exception-handling?view=msvc-160

Diff Detail

Event Timeline

DavidSpickett created this revision.Aug 4 2021, 3:27 AM
DavidSpickett requested review of this revision.Aug 4 2021, 3:28 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 4 2021, 3:28 AM
This revision is now accepted and ready to land.Aug 4 2021, 3:41 AM