[all-commits] [llvm/llvm-project] 3f5f68: Port __sanitizer::StopTheWorld to Windows
Clemens Wasser via All-commits
all-commits at lists.llvm.org
Thu Dec 16 23:29:27 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3f5f687e2e8bf8b68c8a6ae0e000a8a78bfa70e5
https://github.com/llvm/llvm-project/commit/3f5f687e2e8bf8b68c8a6ae0e000a8a78bfa70e5
Author: Clemens Wasser <clemens.wasser at gmail.com>
Date: 2021-12-16 (Thu, 16 Dec 2021)
Changed paths:
M compiler-rt/lib/sanitizer_common/CMakeLists.txt
A compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_win.cpp
M compiler-rt/lib/sanitizer_common/tests/sanitizer_stoptheworld_test.cpp
Log Message:
-----------
Port __sanitizer::StopTheWorld to Windows
This also makes the sanitizer_stoptheworld_test cross-platform by using the STL, rather than pthread.
Reviewed By: vitalybuka
Differential Revision: https://reviews.llvm.org/D115204
More information about the All-commits
mailing list