Issue 63786
Summary Sanitizer doest work under win7 win64
Labels new issue
Assignees
Reporter marakew
    last working clang is 12.0.1
simple test.cpp
int main() {}

D:\LLVM-12.0.1-win64\bin\clang.exe -g -O1 -fsanitize=address -fno-sanitize-blacklist test.cpp -v -static-libsan

starting from 13.0.0-rc2(i did not check rc1) till 16.0.0 version of clang
D:\LLVM-13.0.0-rc2-win64\bin\clang.exe -g -O1 -fsanitize=address -fno-sanitize-blacklist test.cpp -v -static-libsan
unable start application at all
message box error 0xc0000005

_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to