[PATCH] D73328: [llvm][TextAPI/MachO] Extend TBD_V3 unittest to verify writing
Jonas Devlieghere via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 23 23:10:22 PST 2020
JDevlieghere created this revision.
JDevlieghere added a reviewer: cishida.
Herald added a subscriber: dexonsmith.
Herald added a project: LLVM.
The existing unit tests cover a wide variety of reading TBD files but lack coverages on the writing side. Case in point is the `macCatalyst` case (D73325 <https://reviews.llvm.org/D73325>) which we're able to read, but not write. This patch extends the unit test dealing with valid input to write their content again to verify the writer.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D73328
Files:
llvm/unittests/TextAPI/TextStubV3Tests.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73328.240097.patch
Type: text/x-patch
Size: 5572 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200124/85885775/attachment.bin>
More information about the llvm-commits
mailing list