[PATCH] D66041: [TextAPI] Fix & Add tests for tbd files version 3.

Cyndy Ishida via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 9 17:57:11 PDT 2019


cishida created this revision.
cishida added reviewers: ributzka, steven_wu.
Herald added subscribers: dexonsmith, mgrang, hiraditya, mgorny.
Herald added a project: LLVM.

- There was a simple typo in TextStub code that prevented version 3 files to be read.
- Included a version 3 unit test to handle the differences in the format.
- Also a typo in Error.h inside the comments.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D66041

Files:
  llvm/include/llvm/Support/Error.h
  llvm/lib/TextAPI/MachO/TextStub.cpp
  llvm/unittests/TextAPI/CMakeLists.txt
  llvm/unittests/TextAPI/TextStubV3Tests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66041.214486.patch
Type: text/x-patch
Size: 21012 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190810/4da46b6c/attachment.bin>


More information about the llvm-commits mailing list