Revert "[DebugInfo] Generate DWARF debug information for labels."
authorShiva Chen <shiva0217@gmail.com>
Tue, 24 Jul 2018 06:17:45 +0000 (06:17 +0000)
committerShiva Chen <shiva0217@gmail.com>
Tue, 24 Jul 2018 06:17:45 +0000 (06:17 +0000)
commitf5938bfbf9d8168ecd614b9691998b3fe0234e8d
tree5bc3932080c2a2abc78af3c495763dc748fe45db
parent4a2879bd5a6904dbabad67429ad9b0527eb1cbd2
Revert "[DebugInfo] Generate DWARF debug information for labels."

This reverts commit b454fa1b4079b6c0a5b1565982d16516385838d7.

llvm-svn: 337812
18 files changed:
llvm/include/llvm/IR/InstVisitor.h
llvm/include/llvm/IR/IntrinsicInst.h
llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt
llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
llvm/lib/CodeGen/AsmPrinter/DbgValueHistoryCalculator.cpp [moved from llvm/lib/CodeGen/AsmPrinter/DbgEntityHistoryCalculator.cpp with 81% similarity]
llvm/lib/CodeGen/AsmPrinter/DbgValueHistoryCalculator.h [moved from llvm/lib/CodeGen/AsmPrinter/DbgEntityHistoryCalculator.h with 68% similarity]
llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp
llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.h
llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
llvm/lib/CodeGen/AsmPrinter/DwarfFile.cpp
llvm/lib/CodeGen/AsmPrinter/DwarfFile.h
llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h
llvm/test/DebugInfo/Generic/debug-label-inline.ll [deleted file]
llvm/test/DebugInfo/Generic/debug-label.ll [deleted file]