8000 [NativeCPU][CMake] Disable warnings from LLVM and vecz by steffenlarsen · Pull Request #19198 · intel/llvm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[NativeCPU][CMake] Disable warnings from LLVM and vecz #19198

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

Draft
wants to merge 1 commit into
base: sycl
Choose a base branch
from

Conversation

steffenlarsen
Copy link
Contributor

On some configurations the native CPU toolchain fails to build due to warnings from the LLVM and vecz projects. This commit disables these warnings to allow them to build in spite of these warnings.

On some configurations the native CPU toolchain fails to build due to
warnings from the LLVM and vecz projects. This commit disables these
warnings to allow them to build in spite of these warnings.

Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
@steffenlarsen steffenlarsen requested a review from a team as a code owner June 27, 2025 14:42
@hvdijk
Copy link
Contributor
hvdijk commented Jun 27, 2025

Could you give more details about what configurations are affected, please?

@hvdijk
Copy link
Contributor
hvdijk commented Jun 27, 2025

-Wno-unused-parameter specifically, that one is supposed to be added by LLVM already in llvm/cmake/modules/HandleLLVMOptions.cmake. If that isn't working, something else has gone wrong.

@steffenlarsen
Copy link
Contributor Author

-Wno-unused-parameter specifically, that one is supposed to be added by LLVM already in llvm/cmake/modules/HandleLLVMOptions.cmake. If that isn't working, something else has gone wrong.

I thought so too, but it I couldn't make sense of it. I will give it another go. Stay tuned!

@steffenlarsen steffenlarsen marked this pull request as draft June 27, 2025 15:04
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

Successfully merging this pull request may close these issues.

2 participants
0