[all-commits] [llvm/llvm-project] 6f8c43: [llvm][MC] Disable cfi-version test for Windows on...
David Spickett via All-commits
all-commits at lists.llvm.org
Wed Aug 4 04:18:25 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6f8c4340c2bafd7440b3c264a7977ce3cc17c465
https://github.com/llvm/llvm-project/commit/6f8c4340c2bafd7440b3c264a7977ce3cc17c465
Author: David Spickett <david.spickett at linaro.org>
Date: 2021-08-04 (Wed, 04 Aug 2021)
Changed paths:
M llvm/test/MC/ELF/cfi-version.ll
M llvm/test/lit.cfg.py
Log Message:
-----------
[llvm][MC] Disable cfi-version test for Windows on Arm
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
Reviewed By: ostannard
Differential Revision: https://reviews.llvm.org/D107440
More information about the All-commits
mailing list