llvm-capstone/compiler-rt
nicole mazzuca 15b0cb4c72
[windows][ASan] Fix build (#70855)
PR #69625 broke the build - I put __cdecl on the wrong side of the `*`
in function pointer declarations.

Lesson learned - run check-all!
2023-10-31 14:14:58 -07:00
..
cmake [compiler-rt] Build crtbegin.o/crtend.o for SerenityOS 2023-10-31 18:46:59 +01:00
docs Fix typos in documentation 2023-05-28 13:13:12 -07:00
include [windows][ASan] Fix build (#70855) 2023-10-31 14:14:58 -07:00
lib Revert "[Profile] Refactor profile correlation. (#70712)" 2023-10-31 10:53:45 -04:00
test [compiler-rt] [test] Apply the MSVC scalbn test exceptions to MinGW too (#70776) 2023-10-31 22:38:53 +02: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 Revert "Diagnose problematic uses of constructor/destructor attribute (#67673)" 2023-10-11 09:02:24 -04: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.

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