s1341
s1341
Fix windows thread local by refactoring the `thread_local!` into an `os_thread_local::ThreadLocal` and embedding it in the `AsanRuntime` type. This fix is necessary because static thread local storage appears to be...
If cross-compiling for MSVC using clang, we cannot use `intrin.h`, as it doesn't actually define the intrinsics, it just forward declares them, which is insufficient for clang.
This PR adds a `package` and a `nixosModule` to the `flake.nix`. For ease of testing, I also added a 'container' `nixosConfiguration`, which can be brought up by doing the following:...
**Describe the bug** Modern toolchain components support 'response files', `@`-prefixed arguments which are names of files including additional command line arguments. The logic which replaces e.g. `xxx.o` with `xxx.coverage.o` in...