We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems when setting the CI to x86 with arch, something else needs to be set:
Sanity check compiler command line: clang-cl sanitycheckcpp.cc /Fesanitycheckcpp.exe /MDd /nologo /showIncludes /utf-8 /link Sanity check compile stdout: LINK : error LNK2001: unresolved external symbol mainCRTStartup C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.34.31933\lib\x86\msvcrtd.lib : warning LNK4272: library machine type 'x86' conflicts with target machine type 'x64' sanitycheckcpp.exe : fatal error LNK1120: 1 unresolved externals
The text was updated successfully, but these errors were encountered:
Might helpful: c++ - How run clang from command line on Windows? - Stack Overflow
Sorry, something went wrong.
No branches or pull requests
It seems when setting the CI to x86 with arch, something else needs to be set:
The text was updated successfully, but these errors were encountered: