]> granicus.if.org Git - llvm/commit
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)
commitc132cb0db678f02b75295407b61a863c96a719bf
treefe377d195e44bcb3268be93f8ac740a85af4ca6c
parent79dc0bc8beea39a180b720ef5543a3083bd6d983
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@367867 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