[llvm] [TableGen] Fix null-pointer assert in RecordVal::setValue on failed cast (PR #195492)

Rahul Joshi via llvm-commits llvm-commits at lists.llvm.org
Sat May 2 16:56:11 PDT 2026


================
@@ -0,0 +1,20 @@
+// RUN: not llvm-tblgen %s 2>&1 | FileCheck %s
+// XFAIL: vg_leak
----------------
jurahul wrote:

Is this needed?

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


More information about the llvm-commits mailing list