[all-commits] [llvm/llvm-project] f7f6f6: [asan] Hide SetTLSFakeStack and replaces uses with...
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Wed Oct 15 18:57:20 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f7f6f6dbf6ec3beaf99f32c219b759214dbbb611
https://github.com/llvm/llvm-project/commit/f7f6f6dbf6ec3beaf99f32c219b759214dbbb611
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2025-10-15 (Wed, 15 Oct 2025)
Changed paths:
M compiler-rt/lib/asan/asan_fake_stack.cpp
M compiler-rt/lib/asan/asan_fake_stack.h
M compiler-rt/lib/asan/asan_thread.cpp
M compiler-rt/lib/asan/asan_thread.h
Log Message:
-----------
[asan] Hide SetTLSFakeStack and replaces uses with ResetTLSFakeStack (#163674)
To simplify implementation of
https://github.com/llvm/llvm-project/pull/160135
To keep the logic of figuring out what should be in TLS to one place.
The rest of the code should just reset it and rely on
GetFakeStackFast()/GetFakeStackFastAlways().
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