mirror of
https://github.com/intel/llvm.git
synced 2026-01-31 07:27:33 +08:00
33b9cd2191a397babf9a4925baba2aff649cc7c2
Summary: On Windows, thread injection by the kernel or other running processes is a fairly common occurrence, so ASan should be resilient to it. The comments on GetCurrentThread() say that it can return null, so we shouldn't be CHECK failing if it does. Sending control-C is one way to get the kernel to inject a thread into your process, so I wrote a test around it. Reviewers: llvm-commits Subscribers: samsonov Differential Revision: http://reviews.llvm.org/D11426 llvm-svn: 242948
…
Languages
LLVM
41.3%
C++
31.5%
C
13%
Assembly
9.5%
MLIR
1.5%
Other
2.8%