llvm-capstone/compiler-rt
Christopher Ferris 261d9e58d4 [scudo] Fix MallocIterateBoundary test on 32 bit Android.
On Android, the min alignment is 16 bytes. This test needs
the BlockDelta to match the min alignment, so set this value
differently for Android.

Update the comment in to explain these details.

Reviewed By: Chia-hungDuan

Differential Revision: https://reviews.llvm.org/D152884
2023-06-14 10:35:41 -07:00
..
cmake [CMake] Remove unused COMPILER_RT_HAS_MSSE3_FLAG and COMPILER_RT_HAS_WNON_VIRTUAL_DTOR_FLAG 2023-06-12 11:38:29 -07:00
docs Fix typos in documentation 2023-05-28 13:13:12 -07:00
include Reland 2nd attempt: [tsan] Add debugging interfaces into interface header. 2023-05-30 10:43:00 +00:00
lib [scudo] Fix MallocIterateBoundary test on 32 bit Android. 2023-06-14 10:35:41 -07:00
test [test][hwasan] Allow test for any platform with tagging 2023-06-14 01:16:54 -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 [compiler-rt] NFC: Fix trivial typo 2021-09-04 14:12:58 +05:30
www [compiler-rt] Point UndefinedBehaviorSanitizer link to its own page. 2023-03-15 17:05:57 +01:00
.clang-tidy
.gitignore
CMakeLists.txt Revert "Reland [compiler-rt][CMake] Properly set COMPILER_RT_HAS_LLD" 2023-06-06 16:01:05 -07: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.

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