[PATCH] D147506: [DebugLine] save one debug line entry for empty prologue

Douglas Yung via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 4 09:45:44 PDT 2023


dyung added a comment.

In D147506#4317917 <https://reviews.llvm.org/D147506#4317917>, @shchenz wrote:

> 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!

Sorry, was away from my computer. @shchenz do you still need help reproducing the failures?


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