-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Improve include directories support #6790
Comments
Relevant discussion: #6343 |
This will not make it into 1.0. |
Any news on the status of this issue? I've hit up against it. I'm able to hack around it be using a pre-existing wrapper that we have around gcc (so that we can dispatch work to either gcc or nvcc) to hack certain -I flags over to -isystem instead, but that's clearly not a very nice solution. Would love to be able to use a proper system to designate which includes should be -I vs. -isystem. Thanks! |
Project to improve expressiveness of includes. We need non transitive includes, proper support in the crosstool, and we need to stop parsing copts to detect all includes for header validation.
Problems:
Related issues:
The text was updated successfully, but these errors were encountered: