aganea marked 2 inline comments as done. aganea added inline comments.
================ Comment at: llvm/lib/Support/CrashRecoveryContext.cpp:269 + const_cast<CrashRecoveryContextImpl *>(CRCI)->HandleCrash( + (int)ExceptionInfo->ExceptionRecord->ExceptionCode, ExceptionInfo); ---------------- mstorsjo wrote: > This implicitly converts a pointer to `uintptr_t`, which is an error by > default in mingw mode; a cast is needed. Fixed by rGde797ccdd74f46d5f637ccf66c78da9905a46f42 Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D70568/new/ https://reviews.llvm.org/D70568 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits