[all-commits] [llvm/llvm-project] 2477e6: [ASan] Change optimized callbacks visibility to hi...
kstoimenov via All-commits
all-commits at lists.llvm.org
Tue Dec 21 13:33:20 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2477e69c6df5ae172107107171b1f062b8c0c031
https://github.com/llvm/llvm-project/commit/2477e69c6df5ae172107107171b1f062b8c0c031
Author: Kirill Stoimenov <kstoimenov at google.com>
Date: 2021-12-21 (Tue, 21 Dec 2021)
Changed paths:
M compiler-rt/lib/asan/asan_interface.inc
M compiler-rt/lib/asan/asan_rtl_x86_64.S
Log Message:
-----------
[ASan] Change optimized callbacks visibility to hidden.
Making callbacks hidden will remove PLT calls.
Reviewed By: vitalybuka
Differential Revision: https://reviews.llvm.org/D116121
More information about the All-commits
mailing list