[PATCH] D85496: [macho2yaml] Remove unused functions. NFC.
Xing GUO via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 7 05:34:54 PDT 2020
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG100e1f911c0e: [macho2yaml] Remove unused functions. NFC. (authored by Higuoxing).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85496/new/
https://reviews.llvm.org/D85496
Files:
llvm/tools/obj2yaml/macho2yaml.cpp
Index: llvm/tools/obj2yaml/macho2yaml.cpp
===================================================================
--- llvm/tools/obj2yaml/macho2yaml.cpp
+++ llvm/tools/obj2yaml/macho2yaml.cpp
@@ -34,10 +34,6 @@
ArrayRef<uint8_t> OpcodeBuffer, bool Lazy = false);
void dumpExportTrie(std::unique_ptr<MachOYAML::Object> &Y);
void dumpSymbols(std::unique_ptr<MachOYAML::Object> &Y);
- void dumpDebugAbbrev(DWARFContext &DCtx,
- std::unique_ptr<MachOYAML::Object> &Y);
- void dumpDebugStrings(DWARFContext &DCtx,
- std::unique_ptr<MachOYAML::Object> &Y);
template <typename SectionType>
Expected<MachOYAML::Section> constructSectionCommon(SectionType Sec,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85496.283883.patch
Type: text/x-patch
Size: 733 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200807/75137019/attachment.bin>
More information about the llvm-commits
mailing list