We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60814b3 commit e4082c3Copy full SHA for e4082c3
compiler-rt/test/cfi/stats.cpp
@@ -26,12 +26,12 @@ extern "C" __attribute__((noinline)) void nvcall(A *a) {
26
}
27
28
extern "C" __attribute__((noinline)) A *dcast(A *a) {
29
- // CHECK: stats.cpp:[[@LINE+1]] {{_?}}dcast cfi-derived-cast 24
+ // CHECK: stats.cpp:[[@LINE+1]] {{_?}}dcast.retelim cfi-derived-cast 24
30
return (A *)(ABase *)a;
31
32
33
extern "C" __attribute__((noinline)) A *ucast(A *a) {
34
- // CHECK: stats.cpp:[[@LINE+1]] {{_?}}ucast cfi-unrelated-cast 81
+ // CHECK: stats.cpp:[[@LINE+1]] {{_?}}ucast.retelim cfi-unrelated-cast 81
35
return (A *)(char *)a;
36
37
0 commit comments