[all-commits] [llvm/llvm-project] 035441: [ASan] Moved optimized callbacks out of asan_stati...
kstoimenov via All-commits
all-commits at lists.llvm.org
Thu Mar 10 13:11:57 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 035441ff3008c2a1930363751c6db61b71a5f089
https://github.com/llvm/llvm-project/commit/035441ff3008c2a1930363751c6db61b71a5f089
Author: Kirill Stoimenov <kstoimenov at google.com>
Date: 2022-03-10 (Thu, 10 Mar 2022)
Changed paths:
M clang/lib/Driver/ToolChains/CommonArgs.cpp
M clang/test/Driver/sanitizer-ld.c
M compiler-rt/lib/asan/CMakeLists.txt
M compiler-rt/lib/asan/asan_rtl_x86_64.S
Log Message:
-----------
[ASan] Moved optimized callbacks out of asan_static to avoid DSO size increase.
Reviewed By: vitalybuka
Differential Revision: https://reviews.llvm.org/D121405
More information about the All-commits
mailing list