llvm-project/llvm/lib/TextAPI/MachO
Cyndy Ishida 5f865ecf06 [TextAPI] Update reader to be supported by lib/Object
Summary:
To be able to use the TextAPI/Reader for tbd file consumption (by libObject)
it gets passed a MemoryBufferRef which isn't castable to MemoryBuffer.
Updated the tests to expect that input as well.

Reviewers: ributzka, steven_wu

Reviewed By: steven_wu

Subscribers: hiraditya, dexonsmith, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D66147

llvm-svn: 369119
2019-08-16 15:30:48 +00:00
..
Architecture.cpp [TextAPI] Prefix all architecture enums to fix the build on i386. 2019-04-04 22:56:50 +00:00
ArchitectureSet.cpp [TextAPI] Prefix all architecture enums to fix the build on i386. 2019-04-04 22:56:50 +00:00
InterfaceFile.cpp Cleanup: llvm::bsearch -> llvm::partition_point after r364719 2019-06-30 11:19:56 +00:00
PackedVersion.cpp [TextAPI] TBD Reader/Writer 2019-03-22 22:46:52 +00:00
Symbol.cpp [TextAPI] Fix Symbol::dump which was failing to append the SymbolKind string. 2019-04-29 18:25:04 +00:00
TextAPIContext.h [TextAPI] TBD Reader/Writer 2019-03-22 22:46:52 +00:00
TextStub.cpp [TextAPI] Update reader to be supported by lib/Object 2019-08-16 15:30:48 +00:00
TextStubCommon.cpp [TextAPI] Prefix all architecture enums to fix the build on i386. 2019-04-04 22:56:50 +00:00
TextStubCommon.h [TextAPI] TBD Reader/Writer 2019-03-22 22:46:52 +00:00