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

Initial support LLVM Intel in Windows #363

Merged
merged 4 commits into from
Oct 30, 2023

Conversation

loumalouomega
Copy link
Member

This PR updates the 'scripts/build.bat' file. The changes include setting the compiler variables 'CC' and 'CXX' based on the value of 'USE_INTEL_LLVM', and adjusting the 'CO_SIM_IO_STRICT_COMPILER' setting accordingly. When 'USE_INTEL_LLVM' is 'ON', it sets the compiler to 'icx-cl.exe' and turns off the strict compiler mode, as the Intel LLVM compiler fails with strict compiler settings.

When 'USE_INTEL_LLVM' is 'OFF', it sets the compiler to 'cl.exe' and turns on the strict compiler mode.

These changes are required fir for proper compilation on Windows systems when using the Intel LLVM compiler.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you please explain why these changes are required?

Seems like a wrong commit to int should also work in Win :D

@loumalouomega
Copy link
Member Author

loumalouomega commented Oct 28, 2023 via email

@loumalouomega
Copy link
Member Author

I can merge because you approved or because branch is not protected? @philbucher

@loumalouomega loumalouomega merged commit bf29d35 into master Oct 30, 2023
25 checks passed
@loumalouomega loumalouomega deleted the support-for-intel-llvm-windows branch October 30, 2023 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants