]> granicus.if.org Git - llvm/commit
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)
commitfec018841680acd011b9996705d0219ba906b90e
treee0aba4e76b25818b7152474dc9908964f5b95c80
parenta22af6dc5b15b538cd63c2b294911643bddb54f4
Changing representation of cv_def_range directives in Codeview debug info assembly format for better readability

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@367704 91177308-0d34-0410-b5e6-96231b3b80d8
20 files changed:
include/llvm/DebugInfo/CodeView/SymbolRecord.h
include/llvm/MC/MCStreamer.h
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
lib/DebugInfo/CodeView/SymbolDumper.cpp
lib/DebugInfo/CodeView/SymbolRecordMapping.cpp
lib/MC/MCAsmStreamer.cpp
lib/MC/MCParser/AsmParser.cpp
lib/MC/MCStreamer.cpp
lib/ObjectYAML/CodeViewYAMLSymbols.cpp
test/DebugInfo/COFF/fp-stack.ll
test/DebugInfo/COFF/local-variable-gap.ll
test/DebugInfo/COFF/local-variables.ll
test/DebugInfo/COFF/nrvo.ll
test/DebugInfo/COFF/pieces.ll
test/DebugInfo/COFF/register-variables.ll
test/MC/COFF/cv-def-range-align.s
test/MC/COFF/cv-def-range-errors.s [new file with mode: 0644]
test/MC/COFF/cv-def-range-gap.s
test/MC/COFF/cv-def-range.s
tools/llvm-pdbutil/MinimalSymbolDumper.cpp