llvm-project/compiler-rt
Jonas Paulsson 4c32e3d967 [SystemZ] [Sanitizer] Bugfixes in internal_clone().
The __flags variable needs to be of type 'long' in order to get sign extended
properly.

internal_clone() uses an svc (Supervisor Call) directly (as opposed to
internal_syscall), and therefore needs to take care to set errno and return
-1 as needed.

Review: Ulrich Weigand
2021-11-17 14:42:08 -05:00
..
cmake add tsan shared lib 2021-11-16 00:42:30 +00:00
docs
include
lib [SystemZ] [Sanitizer] Bugfixes in internal_clone(). 2021-11-17 14:42:08 -05:00
test tsan: disable bench_threads.cpp on aarch64 2021-11-16 16:53:04 +01:00
tools
unittests
utils
www
.clang-tidy
.gitignore
CMakeLists.txt [cmake] By default do not instrument compiler-rt if LLVM_BUILD_INSTRUMENTED_COVERAGE is ON 2021-11-09 10:59:25 +01: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.

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