-
Notifications
You must be signed in to change notification settings - Fork 787
[SYCL] Fix post-commit build in tools #5746
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
Conversation
Observing the same in downstream. |
@pvchupin we disabled warnings in community code. Too many of them, and they usually blocked pulldown. |
@alexbatashev, where exactly these were disabled? |
Is there any other way to fix this, w/o treating community headers as system headers? |
Submit a fix to community and wait for pulldown |
To be honest, this looks very strange. From my experience, LLVM community regularly cleans warnings in the code especially for the code in core LLVM libraries with many users. The more users the more likely it's being noticed and fixed. |
I don't know |
My concern was the same as @bader. It's not clear to me why same headers are not producing warnings in
I'm not familiar with the tools in question (sycl-prof, sycl-sanitize), but somehow only these tools are producing warnings. |
We can try to make the same fix here... I just have doubts that something is wrong in CommandLine.h if you'd like to fix that. |
@intel/llvm-reviewers-runtime, ping. |
Warnings come from community code. Mark community headers as system to suppress warnings.