llvm/compiler-rt
Dan Liew cac25e4042 Adapt tsan/flush_memory.cpp to run on non-local platforms.
ad890aa232 landed a test without
using the `%run` prefix which means the test fails to run for
platforms that need it (e.g. iOS simulators).

This patch adds the `%run` prefix. While we're here also split
the single `RUN` line into two to make debugging easier.

rdar://83637296

Differential Revision: https://reviews.llvm.org/D110734
2021-09-29 10:39:38 -07:00
..
cmake [CMake] Pass through CMAKE_READELF to subbuilds 2021-09-24 18:20:30 -07:00
docs
include tsan: add a test for flushing memory 2021-09-24 15:59:19 +02:00
lib [NFC][sanitizer] Return StackDepotStats by value 2021-09-28 15:42:21 -07:00
test Adapt tsan/flush_memory.cpp to run on non-local platforms. 2021-09-29 10:39:38 -07:00
tools
unittests [Compiler-rt] Fix running ASan/TSan unit tests under macOS 12.0. 2021-08-03 17:46:27 -07:00
utils [compiler-rt] NFC: Fix trivial typo 2021-09-04 14:12:58 +05:30
www [compiler-rt] Document that builtins is known to work on OpenBSD. 2021-09-07 04:25:12 -04:00
.clang-tidy
.gitignore
CMakeLists.txt [compiler-rt][test] Add REQUIRES for checking static libc++abi 2021-09-22 15:25:05 -07:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.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.

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