[PATCH] D73328: [llvm][TextAPI/MachO] Extend TBD_V3 unittest to verify writing
Cyndy Ishida via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 23 23:19:12 PST 2020
cishida accepted this revision.
cishida added a comment.
This revision is now accepted and ready to land.
small comment, otherwise LGTM
================
Comment at: llvm/unittests/TextAPI/TextStubV3Tests.cpp:327
+
+#if 0
+ SmallString<4096> Buffer;
----------------
maybe add a comment about why this `#if` ed out.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73328/new/
https://reviews.llvm.org/D73328
More information about the llvm-commits
mailing list