llvm-project/compiler-rt
Ismail Donmez a2e33e60d2 Fix build error:
In file included from /home/abuild/rpmbuild/BUILD/llvm/projects/compiler-rt/lib/xray/tests/unit/xray_fdr_log_printer_tool.cc:15:
../projects/compiler-rt/lib/xray/tests/../xray_fdr_logging_impl.h:221:21: error: use of undeclared identifier 'CLOCK_MONOTONIC'
  wall_clock_reader(CLOCK_MONOTONIC, &TS);
                    ^
1 error generated.

llvm-svn: 298837
2017-03-27 10:17:03 +00:00
..
cmake [compiler-rt] build compiler-rt runtimes without LTO 2017-03-22 17:25:49 +00:00
docs
include tsan: add new mutex annotations 2017-03-26 15:27:04 +00:00
lib Fix build error: 2017-03-27 10:17:03 +00:00
test Add --std=c++11 to tests that #include <atomic> 2017-03-27 09:45:38 +00:00
unittests [lit] Limit parallelism of sanitizer tests on Darwin [compiler-rt part, take 2] 2017-01-20 00:25:01 +00:00
www
.arcconfig
.gitignore
CMakeLists.txt Fix sanitizer tests with LLVM_TOOL_LLD_BUILD=OFF. 2017-03-25 00:42:25 +00:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
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.

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