llvm/compiler-rt
Nikita Popov aaee1d2723 [rust] Remove constexpr from functions that call non-constexpr functions
The CHECK macros will call non-constexpr functions on failure. While
this is legal C++14 as long as the function doesn't actually get called,
GCC 5.4 will choke on it.
2022-12-07 08:39:47 +01:00
..
cmake [CMake] Fix -Wstrict-prototypes 2022-11-10 16:53:39 -08:00
docs
include [ORC-RT] Make the ORC runtime C API public. 2022-06-16 19:02:23 -07:00
lib [rust] Remove constexpr from functions that call non-constexpr functions 2022-12-07 08:39:47 +01:00
test [test] Make Linux/sem_init_glibc.cpp robust 2022-10-24 13:42:41 +02:00
tools
unittests [Sanitizer][Darwin] Cleanup MaybeReexec() function and usage 2022-07-08 14:31:42 -07:00
utils
www Remove references to old mailing lists that have moved to discourse. Replace with links to discourse. 2022-07-22 09:59:03 -07:00
.clang-tidy
.gitignore
CMakeLists.txt [compiler-rt][Sanitizer] Link sanitizer libs with -latomic on SPARC 2022-08-02 01:47:41 -07:00
CODE_OWNERS.TXT CODE_OWNERS: update information for builtins 2022-04-25 15:36:52 +00: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.

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