[all-commits] [llvm/llvm-project] f05731: [HWASAN] Copy some ASAN independent unit tests fro...
kstoimenov via All-commits
all-commits at lists.llvm.org
Tue Jan 24 16:40:11 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f05731434589284116cbf79be7c5571af9558405
https://github.com/llvm/llvm-project/commit/f05731434589284116cbf79be7c5571af9558405
Author: Kirill Stoimenov <kstoimenov at google.com>
Date: 2023-01-25 (Wed, 25 Jan 2023)
Changed paths:
R compiler-rt/test/asan/TestCases/Linux/leak_check_segv.cpp
R compiler-rt/test/asan/TestCases/Linux/signal_during_stop_the_world.cpp
R compiler-rt/test/asan/TestCases/lsan_annotations.cpp
R compiler-rt/test/asan/TestCases/lsan_crash.cpp
A compiler-rt/test/lsan/TestCases/Linux/leak_check_segv.cpp
A compiler-rt/test/lsan/TestCases/Linux/signal_during_stop_the_world.cpp
A compiler-rt/test/lsan/TestCases/lsan_annotations.cpp
A compiler-rt/test/lsan/TestCases/lsan_crash.cpp
Log Message:
-----------
[HWASAN] Copy some ASAN independent unit tests from ASAN to LSAN
Reviewed By: vitalybuka
Differential Revision: https://reviews.llvm.org/D142504
More information about the All-commits
mailing list