mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 10:55:58 +08:00
Move the invocation of hooks from Scudo internal to wrapper_c.cpp and wrapper_c_bionic.cpp respectively. Therefore, Scudo's core algorithm doesnt need to worry about the reentrant of hooks and leave the caring of reentrant to the hook users. Reviewed By: hctim, cferris, chelfi Differential Revision: https://reviews.llvm.org/D152188
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. ================================