hanchenye-llvm-project/compiler-rt
Jonas Hahnfeld a7c9fe3762 [test] Use printf instead of C++ iostream, NFC.
This test fails with libc++ when built with MemorySanitizer. This
is because we link to an uninstrumented version of the library
so msan detects a nested error when calling std::cout << "...".
This can be easily avoided by using good old printf.

Differential Revision: https://reviews.llvm.org/D49867

llvm-svn: 338053
2018-07-26 18:23:40 +00:00
..
cmake [profile] Support profiling runtime on Fuchsia 2018-07-25 03:01:35 +00:00
docs
include [XRay] basic mode PID and TID always fetch 2018-07-11 07:14:27 +00:00
lib [tsan] Fix gcc pedantic warning 2018-07-26 13:02:54 +00:00
test [test] Use printf instead of C++ iostream, NFC. 2018-07-26 18:23:40 +00:00
unittests
utils [sanitizer] Cleanup sorting functions 2018-05-09 20:42:11 +00:00
www
.arcconfig
.gitignore
CMakeLists.txt [CMake] Change the flag to use compiler-rt builtins to boolean 2018-07-15 03:05:20 +00:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
README.txt

README.txt

Compiler-RT
================================

This directory and its subdirectories contain source code for the compiler
support routines.

Compiler-RT is open source software. You may freely distribute it under the
terms of the license agreement found in LICENSE.txt.

================================