[all-commits] [llvm/llvm-project] c17ac8: [GWP-ASan] Migrate lit tests from old Scudo -> Sta...
Mitch Phillips via All-commits
all-commits at lists.llvm.org
Fri May 14 10:42:23 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c17ac8432e62efcbbcaa5519739b403275c553ff
https://github.com/llvm/llvm-project/commit/c17ac8432e62efcbbcaa5519739b403275c553ff
Author: Mitch Phillips <31459023+hctim at users.noreply.github.com>
Date: 2021-05-14 (Fri, 14 May 2021)
Changed paths:
M compiler-rt/lib/scudo/CMakeLists.txt
M compiler-rt/lib/scudo/standalone/CMakeLists.txt
M compiler-rt/lib/scudo/standalone/tests/CMakeLists.txt
M compiler-rt/test/gwp_asan/CMakeLists.txt
M compiler-rt/test/gwp_asan/backtrace.c
M compiler-rt/test/gwp_asan/lit.cfg.py
M compiler-rt/test/gwp_asan/repeated_alloc.cpp
Log Message:
-----------
[GWP-ASan] Migrate lit tests from old Scudo -> Standalone.
This removes one of the last dependencies on old Scudo, and should allow
us to delete the old Scudo soon.
Reviewed By: vitalybuka, cryptoad
Differential Revision: https://reviews.llvm.org/D102349
More information about the All-commits
mailing list