[all-commits] [llvm/llvm-project] 38fbba: DebugInfo: Move getMD5AsBytes from DwarfUnit to Dw...
David Blaikie via All-commits
all-commits at lists.llvm.org
Mon Jul 20 19:22:19 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 38fbba4cb830e48476781f9135a92450c1f5510d
https://github.com/llvm/llvm-project/commit/38fbba4cb830e48476781f9135a92450c1f5510d
Author: David Blaikie <dblaikie at gmail.com>
Date: 2020-07-20 (Mon, 20 Jul 2020)
Changed paths:
M llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h
Log Message:
-----------
DebugInfo: Move getMD5AsBytes from DwarfUnit to DwarfDebug
It wasn't using any state from DwarfUnit anyway.
More information about the All-commits
mailing list