[all-commits] [llvm/llvm-project] 6ade2d: Revert "DebugInfo: Temporarily work around -gsplit...
Jeremy Morse via All-commits
all-commits at lists.llvm.org
Mon Feb 8 04:42:01 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6ade2dea7bd45bb208abdf2f47608f19940bccd2
https://github.com/llvm/llvm-project/commit/6ade2dea7bd45bb208abdf2f47608f19940bccd2
Author: Jeremy Morse <jeremy.morse at sony.com>
Date: 2021-02-08 (Mon, 08 Feb 2021)
Changed paths:
M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
Log Message:
-----------
Revert "DebugInfo: Temporarily work around -gsplit-dwarf + LTO .debug_gnu_pubnames regression after D94976"
Backing out this workaround to focus on fixing whatever's wrong with
.debug_gnu_pubnames, I'll revert the cause, (8998f584) in the next commit.
This reverts commit 56fa34ae3570a34fd0f4c2cf1bfaf095da01a959.
Commit: c1d45abda5c8e1b00b12ae81461c0e3705d88666
https://github.com/llvm/llvm-project/commit/c1d45abda5c8e1b00b12ae81461c0e3705d88666
Author: Jeremy Morse <jeremy.morse at sony.com>
Date: 2021-02-08 (Mon, 08 Feb 2021)
Changed paths:
M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
R llvm/test/DebugInfo/X86/subprogram-across-cus.ll
Log Message:
-----------
Revert "Re-land D94976 after revert in e29552c5aff6"
Maskray has reported a fault with .debug_gnu_pubnames in the comments on
D94976, caused by this patch, reverting to investigate.
This reverts commit 8998f5843503773c2f51fd475e2c77c687a65ee6.
Compare: https://github.com/llvm/llvm-project/compare/9083d0a40d98...c1d45abda5c8
More information about the All-commits
mailing list