[PATCH] D147506: [DebugLine] save one debug line entry for empty prologue
ChenZheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 4 01:01:31 PDT 2023
shchenz added a comment.
In D147506#4317822 <https://reviews.llvm.org/D147506#4317822>, @shchenz wrote:
> In D147506#4317787 <https://reviews.llvm.org/D147506#4317787>, @dyung wrote:
>
>> @shchenz your change seems to be causing 8 test failures on a build bot, can you take a look and revert if you need time to investigate?
>>
>> https://lab.llvm.org/buildbot/#/builders/247/builds/4125
>
> I think I know what's wrong here. Will post a fix soon.
The failure should be caused by the line number changes in the `compiler-rt/test/ubsan/TestCases/TypeCheck/Function/function.cpp`, specifically in line:
// CHECK-NEXT: function.cpp:[[@LINE-11]]: note: f() defined here
But the failure seems does not happen on PPC linux. I can not find a machine to reproduce this issue, could someone who can reproduce this failure help me to fix the case? @dyung ? Thank you!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147506/new/
https://reviews.llvm.org/D147506
More information about the llvm-commits
mailing list