Jonathan Schear
Jonathan Schear
Shouldn't remove it, or shouldn't consider `transitive_deps`? 😄
Fixed in #3125.
Documenting another usage of this: https://github.com/bazelbuild/rules_apple/blob/e930d524ff7927182e99ff70ce92f30cfd6e3304/apple/internal/framework_import_support.bzl#L173-L187
https://bazel.build/reference/be/c-cpp#cc_library.additional_compiler_inputs > Any additional files you might want to pass to the compiler command line, such as sanitizer ignorelists, for example. Files specified here can then be used in copts...
> would like to know a little more about what kinds of things you would envision passing here for CC rules One thing I currently use the `headers` attribute for...