[sanitizer] Replace -mllvm -asan-use-after-return in compile-rt tests with -fsanitize...
authorKevin Athey <kda@google.com>
Fri, 11 Jun 2021 19:46:15 +0000 (12:46 -0700)
committerKevin Athey <kda@google.com>
Fri, 11 Jun 2021 22:13:22 +0000 (15:13 -0700)
commit60084d490059719b950b5800715c3c0637218bc5
tree96808eccef288e57cff8d497f4e1b6ff5d89bfa1
parent64720f57bea6a6bf033feef4a5751ab9c0c3b401
[sanitizer] Replace -mllvm -asan-use-after-return in compile-rt tests with -fsanitize-address-use-after-return (NFC)

for issue: https://github.com/google/sanitizers/issues/1394

Reviewed By: vitalybuka

Differential Revision: https://reviews.llvm.org/D104146
compiler-rt/test/asan/TestCases/Linux/uar_signals.cpp
compiler-rt/test/asan/TestCases/Posix/stack-use-after-return.cpp
compiler-rt/test/asan/TestCases/Windows/dll_stack_use_after_return.cpp
compiler-rt/test/asan/TestCases/Windows/stack_use_after_return.cpp
compiler-rt/test/asan/TestCases/heavy_uar_test.cpp
compiler-rt/test/asan/TestCases/pass-struct-byval-uar.cpp
compiler-rt/test/asan/TestCases/scariness_score_test.cpp
compiler-rt/test/asan/TestCases/uar_and_exceptions.cpp