[llvm] r366444 - Revert "[DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame."

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 22 15:01:45 PDT 2019


Please include the SVN revision of the commit you're reverting. In
this case, I'm guessing it was r366442, and also include the reason
for the revert.

This makes it easier for me to follow along when trying to see if
something needs to be merged to the release branch or not.

On Thu, Jul 18, 2019 at 8:06 AM Hsiangkai Wang via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
>
> Author: hsiangkai
> Date: Thu Jul 18 08:06:50 2019
> New Revision: 366444
>
> URL: http://llvm.org/viewvc/llvm-project?rev=366444&view=rev
> Log:
> Revert "[DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame."
>
> This reverts commit 17e3cbf5fe656483d9016d0ba9e1d0cd8629379e.
>
> Removed:
>     llvm/trunk/test/DebugInfo/RISCV/relax-debug-frame.ll
> Modified:
>     llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h
>     llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFObject.h
>     llvm/trunk/include/llvm/MC/MCDwarf.h
>     llvm/trunk/include/llvm/MC/MCFixup.h
>     llvm/trunk/include/llvm/MC/MCFragment.h
>     llvm/trunk/lib/DebugInfo/DWARF/DWARFContext.cpp
>     llvm/trunk/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
>     llvm/trunk/lib/MC/MCAsmBackend.cpp
>     llvm/trunk/lib/MC/MCAssembler.cpp
>     llvm/trunk/lib/MC/MCDwarf.cpp
>     llvm/trunk/lib/Object/RelocationResolver.cpp
>     llvm/trunk/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp
>     llvm/trunk/lib/Target/RISCV/MCTargetDesc/RISCVELFObjectWriter.cpp
>     llvm/trunk/test/CodeGen/RISCV/fixups-relax-diff.ll
>     llvm/trunk/test/DebugInfo/RISCV/dwarf-riscv-relocs.ll
>     llvm/trunk/test/MC/RISCV/fde-reloc.s
>     llvm/trunk/tools/dsymutil/DwarfLinker.cpp


More information about the llvm-commits mailing list