[all-commits] [llvm/llvm-project] a200d6: [libc] make part of libc's unit test framework ind...
michaelrj-google via All-commits
all-commits at lists.llvm.org
Tue Nov 17 10:43:35 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a200d6cdf0f7eafafead147f2e18e5456ed7bbe1
https://github.com/llvm/llvm-project/commit/a200d6cdf0f7eafafead147f2e18e5456ed7bbe1
Author: Michael Jones <michaelrj at google.com>
Date: 2020-11-17 (Tue, 17 Nov 2020)
Changed paths:
M libc/utils/UnitTest/Test.cpp
Log Message:
-----------
[libc] make part of libc's unit test framework independent of llvm
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.
Reviewed By: sivachandra
Differential Revision: https://reviews.llvm.org/D91568
More information about the All-commits
mailing list