Skip to content
New issue

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

Not working with clang-cl #66

Open
neheb opened this issue Apr 4, 2023 · 1 comment
Open

Not working with clang-cl #66

neheb opened this issue Apr 4, 2023 · 1 comment

Comments

@neheb
Copy link

neheb commented Apr 4, 2023

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
@pzhlkj6612
Copy link
Contributor

Might helpful: c++ - How run clang from command line on Windows? - Stack Overflow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants