Changing representation of .cv_def_range directives in Codeview debug info assembly...
authorNilanjana Basu <nilanjana.basu87@gmail.com>
Mon, 5 Aug 2019 14:16:58 +0000 (14:16 +0000)
committerNilanjana Basu <nilanjana.basu87@gmail.com>
Mon, 5 Aug 2019 14:16:58 +0000 (14:16 +0000)
commitda60fc813c225209cadbd137ce17b05e993acd8e
tree8e2e0a81310ac0d5fedc831ebf457fa9f1bb7576
parent91a658b094526c2e1c2af6cf56d46c3052992756
Changing representation of .cv_def_range directives in Codeview debug info assembly format for better readability

llvm-svn: 367867
23 files changed:
lld/test/COFF/s_udt.s
lldb/lit/SymbolFile/NativePDB/Inputs/s_constant.s
lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h
llvm/include/llvm/MC/MCStreamer.h
llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
llvm/lib/DebugInfo/CodeView/SymbolDumper.cpp
llvm/lib/DebugInfo/CodeView/SymbolRecordMapping.cpp
llvm/lib/MC/MCAsmStreamer.cpp
llvm/lib/MC/MCParser/AsmParser.cpp
llvm/lib/MC/MCStreamer.cpp
llvm/lib/ObjectYAML/CodeViewYAMLSymbols.cpp
llvm/test/DebugInfo/COFF/fp-stack.ll
llvm/test/DebugInfo/COFF/local-variable-gap.ll
llvm/test/DebugInfo/COFF/local-variables.ll
llvm/test/DebugInfo/COFF/nrvo.ll
llvm/test/DebugInfo/COFF/pieces.ll
llvm/test/DebugInfo/COFF/register-variables.ll
llvm/test/MC/COFF/cv-def-range-align.s
llvm/test/MC/COFF/cv-def-range-errors.s [new file with mode: 0644]
llvm/test/MC/COFF/cv-def-range-gap.s
llvm/test/MC/COFF/cv-def-range.s
llvm/tools/llvm-pdbutil/MinimalSymbolDumper.cpp