hanchenye-llvm-project/compiler-rt
Evgenii Stepanov d693957e58 [scudo] Handle predefined M_MEMTAG_TUNING_* constants (NFC).
Bionic <malloc.h> may provide the definitions of M_MEMTAG_TUNING_* constants.
Do not redefine them in that case.

Differential Revision: https://reviews.llvm.org/D104758
2021-06-22 17:39:55 -07:00
..
cmake Revert "Revert "[cmake] [compiler-rt] Call llvm_setup_rpath() when adding shared libraries."" 2021-06-22 16:11:29 -07:00
docs
include [dfsan] Add stack-trace printing functions to dfsan interface 2021-06-14 14:09:00 -07:00
lib [scudo] Handle predefined M_MEMTAG_TUNING_* constants (NFC). 2021-06-22 17:39:55 -07:00
test [llvm-profdata] Make diagnostics consistent with the (no capitalization, no period) style 2021-06-19 14:54:25 -07:00
tools
unittests [sanitizer] Use COMPILER_RT_EMULATOR with gtests 2021-04-25 15:41:13 -07:00
utils
www
.clang-tidy NFC: .clang-tidy: Inherit configs from parents to improve maintainability 2021-06-08 08:25:59 -07:00
.gitignore
CMakeLists.txt [compiler-rt] Make use of undefined symbols configurable 2021-06-22 14:25:36 -07: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.

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