mirror of
https://github.com/intel/llvm.git
synced 2026-01-27 14:50:42 +08:00
b3c696fb86 started using TestLogger in tests. This class depends on
write_to_stderr which was previously only provided for Linux and
GPU's. Note, this function is used on those platforms in the libc
proper, though for Fuchsia we only ever want to provide this for
TestLogger.
No CMake files are changed because this fuchsia/ directory isn't
useful in any CMake build.
Differential Revision: https://reviews.llvm.org/D148675
LLVM libc ========= This directory and its subdirectories contain source code for llvm-libc, a retargetable implementation of the C standard library. LLVM is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt.