[all-commits] [llvm/llvm-project] 760e4f: [DWARFYAML] Add helper function getDWARFEmitterByN...
Xing GUO via All-commits
all-commits at lists.llvm.org
Fri Jul 31 05:11:55 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 760e4f22027ca1d609d21d220a28661ab091eb29
https://github.com/llvm/llvm-project/commit/760e4f22027ca1d609d21d220a28661ab091eb29
Author: Xing GUO <higuoxing at gmail.com>
Date: 2020-07-31 (Fri, 31 Jul 2020)
Changed paths:
M llvm/include/llvm/ObjectYAML/DWARFEmitter.h
M llvm/lib/ObjectYAML/DWARFEmitter.cpp
M llvm/lib/ObjectYAML/ELFEmitter.cpp
Log Message:
-----------
[DWARFYAML] Add helper function getDWARFEmitterByName(). NFC.
In this patch, we add a helper function getDWARFEmitterByName(). This
function returns the proper DWARF section emitting method by the name.
Reviewed By: jhenderson
Differential Revision: https://reviews.llvm.org/D84952
More information about the All-commits
mailing list