[PATCH] D66147: [TextAPI] Update reader to be supported by lib/Object
Cyndy Ishida via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 13 09:12:07 PDT 2019
cishida created this revision.
cishida added reviewers: ributzka, steven_wu.
Herald added subscribers: dexonsmith, hiraditya.
Herald added a project: LLVM.
To be able to use the TextAPI/Reader for tbd file congestion (by libObject)
it gets passed a MemoryBufferRef which isn't castable to MemoryBuffer.
Updated the tests to expect that input as well.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D66147
Files:
llvm/include/llvm/TextAPI/MachO/TextAPIReader.h
llvm/lib/TextAPI/MachO/TextStub.cpp
llvm/unittests/TextAPI/TextStubV1Tests.cpp
llvm/unittests/TextAPI/TextStubV2Tests.cpp
llvm/unittests/TextAPI/TextStubV3Tests.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66147.214853.patch
Type: text/x-patch
Size: 27930 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190813/19a4cb23/attachment.bin>
More information about the llvm-commits
mailing list