[PATCH] D126863: [compiler-rt] Check __SEH__, when checking if ARM EHABI is implied

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 5 11:40:44 PDT 2022


MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.

LGTM. As mentioned in another patch, it'd be good to let the second patch adding `!defined(__ARM_DWARF_EH__) && !defined(__SEH__)` refer to the first patch, depending on the order you land these patches:)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126863/new/

https://reviews.llvm.org/D126863



More information about the llvm-commits mailing list