[llvm] [TableGen] Fix wrong bits output in GenericTable (PR #66867)
Wang Pengcheng via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 22 03:11:35 PDT 2023
================
@@ -24,34 +24,35 @@ include "llvm/TableGen/SearchableTable.td"
// CHECK-LABEL: GET_ATable_IMPL
// CHECK: constexpr AEntry ATable[] = {
-// CHECK-NOT: { "aaa"
-// CHECK: { "baz"
-// CHECK: { "foo"
-// CHECK: { "foobar"
-// CHECK: { "bar"
+// CHECK-NOT: { "aaa", 0x0, 0x0, 0x0 },
----------------
wangpc-pp wrote:
Thanks! Applied!
https://github.com/llvm/llvm-project/pull/66867
More information about the llvm-commits
mailing list