[PATCH] D116182: [ASan] Moved optimized callbacks into a separate library.
Kirill Stoimenov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 22 11:44:08 PST 2021
kstoimenov created this revision.
Herald added a subscriber: mgorny.
kstoimenov requested review of this revision.
Herald added projects: clang, Sanitizers.
Herald added subscribers: Sanitizers, cfe-commits.
This will allow linking in the callbacks directly instead of using PLT.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D116182
Files:
clang/lib/Driver/ToolChains/CommonArgs.cpp
clang/test/Driver/sanitizer-ld.c
compiler-rt/lib/asan/CMakeLists.txt
compiler-rt/lib/asan/tests/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116182.395913.patch
Type: text/x-patch
Size: 3489 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211222/a275a9f7/attachment-0001.bin>
More information about the cfe-commits
mailing list