Changing representation of cv_def_range directives in Codeview debug info assembly...
authorNilanjana Basu <nilanjana.basu87@gmail.com>
Fri, 2 Aug 2019 18:44:39 +0000 (18:44 +0000)
committerNilanjana Basu <nilanjana.basu87@gmail.com>
Fri, 2 Aug 2019 18:44:39 +0000 (18:44 +0000)
commit1c67521591a7b63bcba11fa0c45f8465cb6d2e82
treede7c93804559d020d9a7b8e75db38b75b585f420
parent9f057853580ff3853a789daea2b3df7d7bd09851
Changing representation of cv_def_range directives in Codeview debug info assembly format for better readability

llvm-svn: 367704
20 files changed:
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