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 36cd62f commit 2574080Copy full SHA for 2574080
clang/test/CodeGen/call-graph-section.cpp
@@ -12,7 +12,7 @@
12
class Cls1 {
13
public:
14
// FT-LABEL: define {{.*}} ptr @_ZN4Cls18receiverEPcPf(
15
- // FT: {{.*}} !type [[F_TCLS1RECEIVER:![0-9]+]]
+ // FT-SAME: {{.*}} !type [[F_TCLS1RECEIVER:![0-9]+]]
16
static int *receiver(char *a, float *b) { return 0; }
17
};
18
0 commit comments