[llvm] CodeGen: replace assertions with explicit errors for landinpad lowering (PR #71287)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 14 15:31:25 PST 2023


================
@@ -0,0 +1,18 @@
+; UNSUPPORTED: system-windows
+; RUN: not --crash llc %s 2>&1 | FileCheck %s
----------------
arsenm wrote:

should use an explicit -global-isel=0

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


More information about the llvm-commits mailing list