[PATCH] D86612: [libunwind] Enable the SEH unwinding codepaths if building in MSVC mode
Saleem Abdulrasool via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 27 13:10:47 PDT 2020
compnerd added a comment.
I don't think that this is entirely true. I believe it is possible to disable SEH with cl, so I think that it is better to conditionalize it as `if defined(__SEH__) || defined(_SEH)` since IIRC, `_SEH` is the define that `cl` uses.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86612/new/
https://reviews.llvm.org/D86612
More information about the llvm-commits
mailing list