[PATCH] D66147: [TextAPI] Update reader to be supported by lib/Object
Steven Wu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 13 13:29:15 PDT 2019
steven_wu accepted this revision.
steven_wu added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: llvm/include/llvm/TextAPI/MachO/TextAPIReader.h:25
-
- static Expected<std::unique_ptr<InterfaceFile>>
- getUnmanaged(llvm::MemoryBuffer *InputBuffer);
----------------
What happened to this function? Is this declared and never implemented?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66147/new/
https://reviews.llvm.org/D66147
More information about the llvm-commits
mailing list