[llvm] [Windows SEH] fix failed assert and crash (PR #107031)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 3 22:07:01 PDT 2024


================
@@ -4429,4 +4434,4 @@ void SelectionDAGISel::CannotYetSelect(SDNode *N) {
       Msg << "unknown intrinsic #" << iid;
   }
   report_fatal_error(Twine(msg));
-}
+}
----------------
arsenm wrote:

Missing newline at end of file 

https://github.com/llvm/llvm-project/pull/107031


More information about the llvm-commits mailing list