[all-commits] [llvm/llvm-project] 573721: [sanitizer][Fuchsia] Add callback at end of __sani...
PiJoules via All-commits
all-commits at lists.llvm.org
Tue May 6 10:03:59 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 573721bf0c302c453620a883a4adf37935646d4a
https://github.com/llvm/llvm-project/commit/573721bf0c302c453620a883a4adf37935646d4a
Author: PiJoules <6019989+PiJoules at users.noreply.github.com>
Date: 2025-05-06 (Tue, 06 May 2025)
Changed paths:
M compiler-rt/lib/asan/asan_fuchsia.cpp
M compiler-rt/lib/hwasan/hwasan_fuchsia.cpp
M compiler-rt/lib/sanitizer_common/sanitizer_fuchsia.cpp
M compiler-rt/lib/sanitizer_common/sanitizer_fuchsia.h
M compiler-rt/lib/ubsan/ubsan_init_standalone.cpp
Log Message:
-----------
[sanitizer][Fuchsia] Add callback at end of __sanitizer_startup_hook (#131886)
Sanitizers using this hook on Fuchsia can define this function to do any
extra stuff at the end of the startup hook. For now this is only used by
HWASan which needs to explicitly be initialized before libc extensions
are intitialized.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list