[PATCH] D38252: [ARM] Fix SJLJ exception handling when manually chosen on a platform where it isn't default
Saleem Abdulrasool via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 26 15:31:33 PDT 2017
compnerd requested changes to this revision.
compnerd added a comment.
This revision now requires changes to proceed.
@t.p.northover should absolutely look at this. The problem here is that the `MCAsmInfo` is sometimes not set up early enough which results in the exception model not being correct. We need to wire this up better so that the information is not pulled from `MCAsmInfo` but passed through properly.
https://reviews.llvm.org/D38252
More information about the llvm-commits
mailing list