[PATCH] D39535: [AArch64] Use dwarf exception handling on MinGW

Saleem Abdulrasool via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 2 13:36:00 PDT 2017


compnerd requested changes to this revision.
compnerd added a comment.
This revision now requires changes to proceed.

What exactly is the test intending to test?  If its that the CFI is generated, I think that the input is too complex.  Something simpler like:

  void f();
  void g() { try { f(); } catch (...) { } }

should be sufficient.


https://reviews.llvm.org/D39535





More information about the llvm-commits mailing list