[libc-commits] [PATCH] D91568: [libc] make part of libc's unit test framework independent of llvm
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Nov 16 14:28:17 PST 2020
michaelrj created this revision.
michaelrj added a reviewer: sivachandra.
Herald added subscribers: libc-commits, ecnelises, tschuett.
Herald added a project: libc-project.
michaelrj requested review of this revision.
This is mostly changing stringref to std::string, outs() to cout,
and small supporting changes. This will make running unit tests possible
on systems that are only grabbing the libc part of llvm.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D91568
Files:
libc/utils/UnitTest/Test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91568.305600.patch
Type: text/x-patch
Size: 9643 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20201116/27f577a7/attachment.bin>
More information about the libc-commits
mailing list