[all-commits] [llvm/llvm-project] c4992b: [NFC][sanitizer] Remove calls to __asan_get_curren...
kda via All-commits
all-commits at lists.llvm.org
Tue Jun 15 18:52:43 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c4992bf593a4fd2fd250c5ebe31aa9f26cc9ed40
https://github.com/llvm/llvm-project/commit/c4992bf593a4fd2fd250c5ebe31aa9f26cc9ed40
Author: Kevin Athey <kda at google.com>
Date: 2021-06-15 (Tue, 15 Jun 2021)
Changed paths:
M compiler-rt/test/asan/TestCases/Posix/stack-overflow.cpp
M compiler-rt/test/asan/TestCases/contiguous_container.cpp
M compiler-rt/test/asan/TestCases/longjmp.cpp
M compiler-rt/test/asan/TestCases/throw_catch.cpp
Log Message:
-----------
[NFC][sanitizer] Remove calls to __asan_get_current_fake_stack
Unnecessary with -fsanitize-address-use-after-return=never.
for issue: https://github.com/google/sanitizers/issues/1394
Reviewed By: vitalybuka
Differential Revision: https://reviews.llvm.org/D104154
More information about the All-commits
mailing list