forked from OSchip/llvm-project
1510668fb0
The "asan/asan_mapping.h" header relies on sanitizer_platform.h macros, but doesn't directly include the header. All the existing uses until recently happened to be in places where some other header had indirectly included sanitizer_platform.h first. The addition of asan_rtl_x86_64.S was the first place to use "asan/asan_mapping.h" alone. It so happens that its uses of the macros make having no macros defined equivalent to SANITIZER_LINUX, so this did not affect Linux builds. But the assembly constants in asan_rtl_x86_64.S were wrong for Fuchsia when SANITIZER_FUCHSIA was not properly defined. Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D118296 |
||
---|---|---|
.. | ||
cmake | ||
docs | ||
include | ||
lib | ||
test | ||
tools | ||
unittests | ||
utils | ||
www | ||
.clang-tidy | ||
.gitignore | ||
CMakeLists.txt | ||
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. ================================