llvm-project/compiler-rt/lib/cfi
Vitaly Buka 1aa98f4294 [cfi] Lazy initialization of CFI interceptors
Summary:
Interceptors initialization may need to allocate memory. So if we initialize too
early we can crash in non initialized allocator.

Reviewers: pcc, eugenis

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D43669

llvm-svn: 326025
2018-02-24 06:58:56 +00:00
..
CMakeLists.txt Make the cfi target available on more platforms. 2017-10-09 17:07:47 +00:00
cfi.cc [cfi] Lazy initialization of CFI interceptors 2018-02-24 06:58:56 +00:00
cfi_blacklist.txt cfi: Add a blacklist entry for MSVC's std::get_temporary_buffer function. 2018-01-17 01:15:33 +00:00