mirror of
https://github.com/intel/llvm.git
synced 2026-01-18 16:50:51 +08:00
Summary: While instrumenting std::string with asan I discovered that speculative load might load data from poisoned region. Disabling all speculative loads for asan-annotated functions. The test follows the std::string implementation. Corresponding CL in llvm: http://reviews.llvm.org/D13264 Patch by Mike Aizatsky, the review page for the CL is http://reviews.llvm.org/D13265 Reviewers: aizatsky Subscribers: kcc, llvm-commits Differential Revision: http://reviews.llvm.org/D13905 llvm-svn: 250837
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. ================================