Alan Zhao dc0ccbdfc7
[compiler-rt][asan] Fix a test on Windows (#167591)
Windows doesn't support `pthread_attr`, which was introduced to
asan_test.cpp in #165198, so this change `#ifdef`s out the changes made
in that PR.

Originally reported by Chrome as https://crbug.com/459880605.
2025-11-11 22:44:55 +00:00
..