We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7399d24 commit f05b4e6Copy full SHA for f05b4e6
clang/test/CodeGenCXX/modules-vtable.cppm
@@ -61,12 +61,12 @@ int use() {
61
return 43;
62
}
63
64
-// CHECK-NOT: @_ZTSW3Mod4Base = constant
65
-// CHECK-NOT: @_ZTIW3Mod4Base = constant
+// CHECK-NOT: @_ZTSW3Mod4Base
+// CHECK-NOT: @_ZTIW3Mod4Base
66
// CHECK: @_ZTVW3Mod4Base = external
67
68
-// CHECK-INLINE-NOT: @_ZTSW3Mod4Base = constant
69
-// CHECK-INLINE-NOT: @_ZTIW3Mod4Base = constant
+// CHECK-INLINE-NOT: @_ZTSW3Mod4Base
+// CHECK-INLINE-NOT: @_ZTIW3Mod4Base
70
// CHECK-INLINE: @_ZTVW3Mod4Base = external
71
72
// Check the case that the declaration of the key function comes from another
@@ -101,5 +101,5 @@ int b_use() {
101
102
103
// CHECK: @_ZTVW1M1C = external
104
-// CHECK-NOT: @_ZTSW1M1C = constant
105
-// CHECK-NOT: @_ZTIW1M1C = constant
+// CHECK-NOT: @_ZTSW1M1C
+// CHECK-NOT: @_ZTIW1M1C
0 commit comments