[PATCH] D107784: Fix SEH table addresses for Windows
Daniel Paoliello via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 11 13:12:17 PDT 2021
dpaoliello marked 2 inline comments as done.
dpaoliello added inline comments.
================
Comment at: llvm/lib/CodeGen/AsmPrinter/WinException.h:43
+ /// True if we are generating exception handling on Windows for ARM (Thumb).
+ bool isThumb = false;
+
----------------
@rnk Would you prefer if I followed the existing casing here, or used the casing that clang-tidy suggests?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107784/new/
https://reviews.llvm.org/D107784
More information about the llvm-commits
mailing list