[all-commits] [llvm/llvm-project] 5c600d: Revert "Update and improve compiler-rt tests for -...
Nico Weber via All-commits
all-commits at lists.llvm.org
Thu Jun 3 18:01:49 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5c600dc6d4b75bc71dc3033f37ea187b3fd454d7
https://github.com/llvm/llvm-project/commit/5c600dc6d4b75bc71dc3033f37ea187b3fd454d7
Author: Nico Weber <thakis at chromium.org>
Date: 2021-06-03 (Thu, 03 Jun 2021)
Changed paths:
M compiler-rt/lib/asan/asan_interface.inc
M compiler-rt/lib/asan/asan_rtl.cpp
M compiler-rt/test/asan/TestCases/Linux/uar_signals.cpp
M compiler-rt/test/asan/TestCases/Posix/stack-use-after-return.cpp
M compiler-rt/test/asan/TestCases/Windows/dll_stack_use_after_return.cpp
M compiler-rt/test/asan/TestCases/Windows/stack_use_after_return.cpp
M compiler-rt/test/asan/TestCases/heavy_uar_test.cpp
M compiler-rt/test/asan/TestCases/pass-struct-byval-uar.cpp
M compiler-rt/test/asan/TestCases/scariness_score_test.cpp
M compiler-rt/test/asan/TestCases/uar_and_exceptions.cpp
M llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
M llvm/test/Instrumentation/AddressSanitizer/fake-stack.ll
Log Message:
-----------
Revert "Update and improve compiler-rt tests for -mllvm -asan_use_after_return=(never|[runtime]|always)."
This reverts commit 41b3088c3f33d712e3d2f64b66ae4eb701fa4bfb.
Doesn't build on macOS, see comments on https://reviews.llvm.org/D103304
More information about the All-commits
mailing list