[all-commits] [llvm/llvm-project] ebc31d: [ASan] Shared optimized callbacks implementation.
kstoimenov via All-commits
all-commits at lists.llvm.org
Fri Dec 10 07:34:23 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ebc31d2e7297d4002c72e5c7b9761c9559428ffc
https://github.com/llvm/llvm-project/commit/ebc31d2e7297d4002c72e5c7b9761c9559428ffc
Author: Kirill Stoimenov <kstoimenov at google.com>
Date: 2021-12-10 (Fri, 10 Dec 2021)
Changed paths:
M compiler-rt/lib/asan/CMakeLists.txt
M compiler-rt/lib/asan/asan_interface.inc
A compiler-rt/lib/asan/asan_rtl_x86_64.S
M compiler-rt/lib/asan/tests/asan_noinst_test.cpp
M compiler-rt/test/asan/TestCases/Linux/interface_symbols_linux.cpp
Log Message:
-----------
[ASan] Shared optimized callbacks implementation.
This change moves optimized callbacks from each .o file to compiler-rt. Instead of using code generation it uses direct assembly implementation. Please note that the 'or' version is not implemented and it will produce unresolved external if somehow 'or' version is requested.
Reviewed By: vitalybuka
Differential Revision: https://reviews.llvm.org/D114558
More information about the All-commits
mailing list