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 930bc84 commit c3af11bCopy full SHA for c3af11b
clang/test/CIR/CodeGen/vtable-available-externally.cpp
@@ -17,6 +17,8 @@ void f(A* a) {
17
a->f();
18
};
19
20
+// CHECK-LABEL: cir.func{{.*}} @_Z1gv
21
+// CHECK: cir.call @_Z1fP1A
22
void g() {
23
A a;
24
f(&a);
0 commit comments