[PATCH] D39535: [AArch64] Use dwarf exception handling on MinGW
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 2 14:02:53 PDT 2017
mstorsjo added a comment.
The same goes here as for ARM as well - ideally we should probably use windows exception tables here as well, but on aarch64, there's even more things to do to get that working - while the dwarf version seems to work fine (at least when tested in wine) so far.
https://reviews.llvm.org/D39535
More information about the llvm-commits
mailing list