[ASan] Added stack safety support in address sanitizer.
Added and implemented -asan-use-stack-safety flag, which control if ASan would use the Stack Safety results to emit less code for operations which are marked as 'safe' by the static analysis. Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D112098
Loading
Please sign in to comment