[PATCH] D108553: [DebugInfo] Emit DW_TAG_namelist and DW_TAG_namelist_item for fortran namelist variable
Nemanja Ivanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 31 06:31:31 PDT 2021
nemanjai added a comment.
In D108553#2972921 <https://reviews.llvm.org/D108553#2972921>, @quinnp wrote:
> Hi, this patch is breaking some of our PowerPC bots. For example: clang-ppc64le-linux-lnt <https://lab.llvm.org/buildbot/#/builders/105/builds/14372>.
@quinnp Please revert the patch since the author has neglected to respond to your ping or the build bot notifications. We need to get the bots back to green.
@bhuvanendrakumarn It would appear that the failing test case should have `-O0` to prevent variable `b` from being optimized out. However, since I am not sure that is the desired fix, we'll revert the patch and you can feel free to fix it that way or whatever way is more appropriate.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108553/new/
https://reviews.llvm.org/D108553
More information about the llvm-commits
mailing list