clang++: error: no such file or directory: '/nologo'
clang++: error: no such file or directory: '/FA'
clang++: error: no such file or directory: '/c'
clang++: error: no such file or directory: '/FaC:\Users\john.mertus\AppData\Local\Temp\compiler-explorer-compiler2022218-12892-12e0qjv.gjq5\output.s'
clang++: error: no such file or directory: '/FoC:\Users\john.mertus\AppData\Local\Temp\compiler-explorer-compiler2022218-12892-12e0qjv.gjq5\output.s.obj'
Compiler returned: 1
Right now I'm not really interested in fixing this error, although it would be nice
The issue is I want to execute the binary and for that I added the lines
compiler.vc2022_64.supportsExecute=true
compiler.vc2022_64.libPath=C:\Program Files (x86)\Windows Kits/10/Lib/10.0.17134.0/um/x64;C:\Program Files (x86)\Windows Kits/10/Lib/10.0.17134.0/ucrt/x64;C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.31.31103\bin\Hostx64\x64
Alas when I go to execute code on the web page, nothing happens.
There is a comment about executionWrapper, but no explanation of it.
This is a little terse, but any ideas? Need more info
thanks
--jam