llvm-capstone/compiler-rt
Xi Ruoyao 0cf0bc7b45
[compiler-rt] Don't redefine LLVM_COMMON_CMAKE_UTILS if it's defined (#66761)
If we are building compiler-rt inside llvm-x.y.z.src directory, we
should not redefine LLVM_COMMON_CMAKE_UTILS.
2023-10-04 14:05:48 +02:00
..
cmake [CFI] Allow LoongArch (#67314) 2023-09-28 15:40:42 +08:00
docs Fix typos in documentation 2023-05-28 13:13:12 -07:00
include [Profile] Use upper 32 bits of profile version for profile variants. (#67695) 2023-10-03 10:15:22 -04:00
lib [AArch64][FMV] Add rcpc3 support, introduce bits for features extensi… (#68104) 2023-10-03 22:52:01 +01:00
test [HWASAN]Implement memcmp interceptor in HWASAN (#67204) 2023-09-29 16:14:48 -07:00
tools
unittests [NFC][Py Reformat] Reformat python files in the rest of the dirs 2023-05-25 11:17:05 +02:00
utils
www [compiler-rt] Point UndefinedBehaviorSanitizer link to its own page. 2023-03-15 17:05:57 +01:00
.clang-tidy
.gitignore
CMakeLists.txt [compiler-rt] Don't redefine LLVM_COMMON_CMAKE_UTILS if it's defined (#66761) 2023-10-04 14:05:48 +02:00
CODE_OWNERS.TXT [docs] Update compiler-rt/CODE_OWNERS.TXT 2023-02-24 15:07:09 -08:00
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.

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