[PATCH] D69839: [DebugInfo] Fix for stopping emission of debug_macinfo section in normal case and -fno-debug-macro switch enabled case.
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 8 15:38:08 PST 2019
dblaikie added a comment.
I went through this & ended up committing the patch series I had in mind:
Git hashes:
39c308f6b8f06710b2b98d0b126c9175e4bafc20 <https://reviews.llvm.org/rG39c308f6b8f06710b2b98d0b126c9175e4bafc20> DebugInfo: Use separate macinfo contributions for each CU
3951245c38ce2bcb4173a99d00278d704fcdeac1 <https://reviews.llvm.org/rG3951245c38ce2bcb4173a99d00278d704fcdeac1> NVPTX: Don't insert an extra empty line at the end of the last section.
736273c7fe3e88baf548cd555f21eb123f81381d <https://reviews.llvm.org/rG736273c7fe3e88baf548cd555f21eb123f81381d> DebugInfo: Do not create a debug_macinfo section if no CUs have associated macros
db797bfb2bd24e40d8f0ed422fd4087894ed0eab <https://reviews.llvm.org/rGdb797bfb2bd24e40d8f0ed422fd4087894ed0eab> DebugInfo: Remove redundant conditionals/checks from macro info emission
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69839/new/
https://reviews.llvm.org/D69839
More information about the llvm-commits
mailing list