[all-commits] [llvm/llvm-project] ca0fab: [hwasan] Suppress leaks from dlsym with hwasan+lsa...
PiJoules via All-commits
all-commits at lists.llvm.org
Thu Mar 9 13:42:57 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ca0fab0c36b73f3ec8339cc5849dda9143d4537e
https://github.com/llvm/llvm-project/commit/ca0fab0c36b73f3ec8339cc5849dda9143d4537e
Author: Leonard Chan <leonardchan at google.com>
Date: 2023-03-09 (Thu, 09 Mar 2023)
Changed paths:
M compiler-rt/lib/hwasan/hwasan_allocation_functions.cpp
Log Message:
-----------
[hwasan] Suppress leaks from dlsym with hwasan+lsan just like with
asan+lsan
We should follow suite with how asan handles this now that lsan also
works with hwasan.
Differential Revision: https://reviews.llvm.org/D145613
More information about the All-commits
mailing list