Skip to content

Commit e4082c3

Browse files
author
Yonghong Song
committed
[BPF] Fix additional test failures
The following are related links: https://lab.llvm.org/buildbot/#/builders/153/builds/9389
1 parent 60814b3 commit e4082c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler-rt/test/cfi/stats.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ extern "C" __attribute__((noinline)) void nvcall(A *a) {
2626
}
2727

2828
extern "C" __attribute__((noinline)) A *dcast(A *a) {
29-
// CHECK: stats.cpp:[[@LINE+1]] {{_?}}dcast cfi-derived-cast 24
29+
// CHECK: stats.cpp:[[@LINE+1]] {{_?}}dcast.retelim cfi-derived-cast 24
3030
return (A *)(ABase *)a;
3131
}
3232

3333
extern "C" __attribute__((noinline)) A *ucast(A *a) {
34-
// CHECK: stats.cpp:[[@LINE+1]] {{_?}}ucast cfi-unrelated-cast 81
34+
// CHECK: stats.cpp:[[@LINE+1]] {{_?}}ucast.retelim cfi-unrelated-cast 81
3535
return (A *)(char *)a;
3636
}
3737

0 commit comments

Comments
 (0)