llvm-project/llvm/include
Vitaly Buka 4b4437c084 [asan] Enable detect_stack_use_after_return=1 by default
By default -fsanitize=address already compiles with this check,
why not use it.
For compatibly it can be disabled with env ASAN_OPTIONS=detect_stack_use_after_return=0.

Reviewed By: eugenis, kda, #sanitizers, hans

Differential Revision: https://reviews.llvm.org/D124057
2022-04-22 15:31:43 -07:00
..
llvm [asan] Enable detect_stack_use_after_return=1 by default 2022-04-22 15:31:43 -07:00
llvm-c [Pipelines] Remove Legacy Passes in Coroutines 2022-04-21 10:59:11 +08:00