[win/asan] Failing to get instruction size of ucrtbase.dll strstr #125105
Labels
compiler-rt:asan
Address sanitizer
platform:windows
question
A question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!
Asan reports:
Happening on a locally built llvm, compiling with clang++. When I initially built LLVM it wasn't working, but I rebuilt it and it started working, but I needed to rebuild it again and now it no longer works. I am building from this commit and the CMake command used to configure the build files was:
LLVM was compiled using MSVC 2022 17.12.4. Asan is compiled into the program using
-fsanitize=address
.The text was updated successfully, but these errors were encountered: