[all-commits] [llvm/llvm-project] 20e06a: NFC: DebugInfo: Refactor debug_loc/loclist emissio...
David Blaikie via All-commits
all-commits at lists.llvm.org
Thu Dec 12 16:39:18 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 20e06a28dac65a68bfd906d703e980a8212f6187
https://github.com/llvm/llvm-project/commit/20e06a28dac65a68bfd906d703e980a8212f6187
Author: David Blaikie <dblaikie at gmail.com>
Date: 2019-12-12 (Thu, 12 Dec 2019)
Changed paths:
M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
Log Message:
-----------
NFC: DebugInfo: Refactor debug_loc/loclist emission into a common function
(except for v4 loclists, which are sufficiently different to not fit
well in this generic implementation)
In subsequent patches I intend to refactor the DebugLoc and ranges data
structures to be more similar so I can common more of the implementation
here.
More information about the All-commits
mailing list