[llvm] [TableGen] Fix null-pointer assert in RecordVal::setValue on failed cast (PR #195492)
Prerona Chaudhuri via llvm-commits
llvm-commits at lists.llvm.org
Sat May 2 17:11:57 PDT 2026
================
@@ -0,0 +1,20 @@
+// RUN: not llvm-tblgen %s 2>&1 | FileCheck %s
+// XFAIL: vg_leak
----------------
pchaudhuri-nv wrote:
Actually some of the similar tests(which test llvm-tblgen) have this check. But I have reverted this change.
https://github.com/llvm/llvm-project/pull/195492
More information about the llvm-commits
mailing list