We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8872da7 commit 9fcd0c4Copy full SHA for 9fcd0c4
llvm/test/TableGen/submulticlass-typecheck.td
@@ -1,6 +1,6 @@
1
// RUN: not llvm-tblgen %s 2>&1 | FileCheck %s
2
// XFAIL: vg_leak
3
-// CHECK: {{.*}}: error: Value specified for template argument 'B::op' is of type bits<4>; expected type bits<8>: C::op
+// CHECK: {{.*}}:11:28: error: Value specified for template argument 'B::op' is of type bits<4>; expected type bits<8>: C::op
4
// CHECK-NEXT: multiclass C<bits<4> op> : B<op>;
5
class A<bits<8> op> {
6
bits<8> f = op;
0 commit comments