[all-commits] [llvm/llvm-project] 8e0489: NFC: DebugInfo: Refactor RangeSpanList to be a str...
David Blaikie via All-commits
all-commits at lists.llvm.org
Thu Dec 12 16:54:40 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8e04896288d22ed8bef7ac367923374f96b753d6
https://github.com/llvm/llvm-project/commit/8e04896288d22ed8bef7ac367923374f96b753d6
Author: David Blaikie <dblaikie at gmail.com>
Date: 2019-12-12 (Thu, 12 Dec 2019)
Changed paths:
M llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
M llvm/lib/CodeGen/AsmPrinter/DwarfFile.cpp
M llvm/lib/CodeGen/AsmPrinter/DwarfFile.h
Log Message:
-----------
NFC: DebugInfo: Refactor RangeSpanList to be a struct, like DebugLocStream::List
Move these data structures closer together so their emission code can
eventually share more of its implementation.
More information about the All-commits
mailing list