[all-commits] [llvm/llvm-project] 4c0b39: Revert "[GWP-ASan] Fix 6413872"
Mitch Phillips via All-commits
all-commits at lists.llvm.org
Thu Jan 12 16:00:29 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4c0b3964cbc0f8366903e5fb5784af01b79545a1
https://github.com/llvm/llvm-project/commit/4c0b3964cbc0f8366903e5fb5784af01b79545a1
Author: Mitch Phillips <31459023+hctim at users.noreply.github.com>
Date: 2023-01-12 (Thu, 12 Jan 2023)
Changed paths:
M compiler-rt/lib/gwp_asan/tests/harness.h
Log Message:
-----------
Revert "[GWP-ASan] Fix 6413872"
This reverts commit df87e62cbd4b5090b5349247d29457706d2ac4e8.
Parent change https://reviews.llvm.org/D140173 broke an internal build.
I'll integrate this patch into the re-land for
https://reviews.llvm.org/D140173.
Commit: d99120939ecbe686d418fc29fdac9bc6574b5f30
https://github.com/llvm/llvm-project/commit/d99120939ecbe686d418fc29fdac9bc6574b5f30
Author: Mitch Phillips <31459023+hctim at users.noreply.github.com>
Date: 2023-01-12 (Thu, 12 Jan 2023)
Changed paths:
M compiler-rt/lib/gwp_asan/tests/harness.h
Log Message:
-----------
Revert "[GWP-ASan] Fix test to work with Fuchsia's zxtest"
This reverts commit 64138725e4cf0ab5e3f9c0dba38e11ce3d3b4017.
Parent change https://reviews.llvm.org/D140173 broke an internal build.
I'll land this bit as part of the re-land for
https://reviews.llvm.org/D140173.
Commit: 7cc12cb6c838e928d24d8ccb8449ccab415ac4ad
https://github.com/llvm/llvm-project/commit/7cc12cb6c838e928d24d8ccb8449ccab415ac4ad
Author: Mitch Phillips <31459023+hctim at users.noreply.github.com>
Date: 2023-01-12 (Thu, 12 Jan 2023)
Changed paths:
M compiler-rt/lib/gwp_asan/common.cpp
M compiler-rt/lib/gwp_asan/common.h
M compiler-rt/lib/gwp_asan/crash_handler.cpp
M compiler-rt/lib/gwp_asan/crash_handler.h
M compiler-rt/lib/gwp_asan/guarded_pool_allocator.cpp
M compiler-rt/lib/gwp_asan/guarded_pool_allocator.h
M compiler-rt/lib/gwp_asan/optional/segv_handler.h
M compiler-rt/lib/gwp_asan/optional/segv_handler_fuchsia.cpp
M compiler-rt/lib/gwp_asan/optional/segv_handler_posix.cpp
M compiler-rt/lib/gwp_asan/options.inc
M compiler-rt/lib/gwp_asan/tests/CMakeLists.txt
M compiler-rt/lib/gwp_asan/tests/backtrace.cpp
M compiler-rt/lib/gwp_asan/tests/crash_handler_api.cpp
M compiler-rt/lib/gwp_asan/tests/harness.h
R compiler-rt/lib/gwp_asan/tests/recoverable.cpp
M compiler-rt/lib/scudo/standalone/combined.h
Log Message:
-----------
Revert "[GWP-ASan] Add recoverable mode."
This reverts commit 90a9beb7cc9755791caa23dfc4e36bc544e98ed3.
Reason: Broke an internal build.
Compare: https://github.com/llvm/llvm-project/compare/2924189233fd...7cc12cb6c838
More information about the All-commits
mailing list