[PATCH] D42765: [DebugInfo] Support DWARFv5 source code embedding extension

Scott Linder via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 23 15:03:25 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL325970: [DebugInfo] Support DWARF v5 source code embedding extension (authored by scott.linder, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D42765?vs=135676&id=135712#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D42765

Files:
  llvm/trunk/docs/AMDGPUUsage.rst
  llvm/trunk/include/llvm/BinaryFormat/Dwarf.def
  llvm/trunk/include/llvm/DebugInfo/DIContext.h
  llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
  llvm/trunk/include/llvm/IR/DIBuilder.h
  llvm/trunk/include/llvm/IR/DebugInfoMetadata.h
  llvm/trunk/include/llvm/MC/MCContext.h
  llvm/trunk/include/llvm/MC/MCDwarf.h
  llvm/trunk/include/llvm/MC/MCStreamer.h
  llvm/trunk/lib/AsmParser/LLParser.cpp
  llvm/trunk/lib/Bitcode/Reader/MetadataLoader.cpp
  llvm/trunk/lib/Bitcode/Writer/BitcodeWriter.cpp
  llvm/trunk/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
  llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  llvm/trunk/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
  llvm/trunk/lib/DebugInfo/DWARF/DWARFContext.cpp
  llvm/trunk/lib/DebugInfo/DWARF/DWARFDebugLine.cpp
  llvm/trunk/lib/IR/AsmWriter.cpp
  llvm/trunk/lib/IR/DIBuilder.cpp
  llvm/trunk/lib/IR/DebugInfoMetadata.cpp
  llvm/trunk/lib/IR/LLVMContextImpl.h
  llvm/trunk/lib/MC/MCAsmStreamer.cpp
  llvm/trunk/lib/MC/MCContext.cpp
  llvm/trunk/lib/MC/MCDwarf.cpp
  llvm/trunk/lib/MC/MCParser/AsmParser.cpp
  llvm/trunk/lib/MC/MCStreamer.cpp
  llvm/trunk/test/Assembler/debug-info.ll
  llvm/trunk/test/CodeGen/BPF/dwarfdump.ll
  llvm/trunk/test/CodeGen/Generic/dwarf-md5.ll
  llvm/trunk/test/CodeGen/X86/dwarf-comp-dir.ll
  llvm/trunk/test/DebugInfo/AMDGPU/dwarfdump-relocs.ll
  llvm/trunk/test/DebugInfo/Generic/lto-comp-dir.ll
  llvm/trunk/test/DebugInfo/X86/debug-macro.ll
  llvm/trunk/test/DebugInfo/X86/dwarfdump-header-64.s
  llvm/trunk/test/DebugInfo/X86/dwarfdump-header.s
  llvm/trunk/test/DebugInfo/X86/dwarfdump-line-dwo.s
  llvm/trunk/test/DebugInfo/X86/dwarfdump-line-only.s
  llvm/trunk/test/DebugInfo/X86/generate-odr-hash.ll
  llvm/trunk/test/DebugInfo/X86/stmt-list-multiple-compile-units.ll
  llvm/trunk/test/DebugInfo/debugmacinfo.test
  llvm/trunk/test/Linker/subprogram-linkonce-weak.ll
  llvm/trunk/test/MC/ARM/dwarf-asm-multiple-sections.s
  llvm/trunk/test/MC/ELF/debug-md5.s
  llvm/trunk/test/MC/MachO/gen-dwarf-cpp.s
  llvm/trunk/test/MC/MachO/gen-dwarf-macro-cpp.s
  llvm/trunk/test/MC/MachO/gen-dwarf.s
  llvm/trunk/test/tools/dsymutil/X86/basic-linking-x86.test
  llvm/trunk/test/tools/dsymutil/X86/basic-lto-dw4-linking-x86.test
  llvm/trunk/test/tools/dsymutil/X86/basic-lto-linking-x86.test
  llvm/trunk/tools/llvm-objdump/llvm-objdump.cpp
  llvm/trunk/unittests/IR/MetadataTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42765.135712.patch
Type: text/x-patch
Size: 82946 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180223/2420d2c4/attachment.bin>


More information about the llvm-commits mailing list