Pedro
Pedro
It feels like we are missing a way to express this in Starlark. Chris how are your custom attribute names called? If we are going to hardcode hdrs and srcs,...
So I was thinking about this yesterday some more and I think the right way and the way to do it from the very beginning is with the concept of...
cc_shared_library built-in code defines and exposes the provider PropagationHints. Your custom rule can instantiate this provider which the graph structure aspect will be able to see. In the PropagationHints instance...
If it works then by all means.
@c-mita Can this be closed?
@c-mita are you waiting for a user response, if so can you change the label from awaiting-review to awaiting-user-response to reflect that?
Try passing --features=compiler_param_file. Please let me know if this works.
Sorry we don't own the tool. https://github.com/ianlancetaylor may be able to help here.
I agree with the goal of this PR and Bazel needs to allow you to do this. However, can you first try out if you can get to these files...
> Yes. We're doing custom rules using cc_common interface. InstrumentedFilesInfo is not available from there. Why not? Is Bazel not making the API available to you to use InstrumentedFilesInfo? If...