You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From my experiments, it looks like the DLLs required for ASAN-enabled tests require Visual Studio Command Prompt that prepends the following to the PATH environment variable:
That can be enabled in CMD, (for amd64/amd64): call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\VsDevCmd.bat" -arch=amd64 -host_arch=amd64.
The text was updated successfully, but these errors were encountered:
ASAN was disabled because of #2675 (DLL not found error) via #2680 .
I have checked that the DLLs required are present on the VM:
From my experiments, it looks like the DLLs required for ASAN-enabled tests require Visual Studio Command Prompt that prepends the following to the PATH environment variable:
That can be enabled in CMD, (for amd64/amd64):
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\VsDevCmd.bat" -arch=amd64 -host_arch=amd64
.The text was updated successfully, but these errors were encountered: