[all-commits] [llvm/llvm-project] 71b3bf: [ASan] Moved optimized callbacks into a separate l...
kstoimenov via All-commits
all-commits at lists.llvm.org
Thu Dec 23 16:41:02 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 71b3bfde9cd296525bbf5b1619e199074156d12b
https://github.com/llvm/llvm-project/commit/71b3bfde9cd296525bbf5b1619e199074156d12b
Author: Kirill Stoimenov <kstoimenov at google.com>
Date: 2021-12-24 (Fri, 24 Dec 2021)
Changed paths:
M clang/lib/Driver/ToolChains/CommonArgs.cpp
M clang/test/Driver/sanitizer-ld.c
M compiler-rt/lib/asan/CMakeLists.txt
A compiler-rt/lib/asan/asan_rtl_static.cpp
M compiler-rt/lib/asan/tests/CMakeLists.txt
Log Message:
-----------
[ASan] Moved optimized callbacks into a separate library.
This will allow linking in the callbacks directly instead of using PLT.
Reviewed By: vitalybuka
Differential Revision: https://reviews.llvm.org/D116182
More information about the All-commits
mailing list