Tom Rybka
Tom Rybka
The feature `"supports_dynamic_linker"` is poorly named, but it only controls whether `cc_library` emits this "nodeps" .so file. There is a lot more detail in https://github.com/bazelbuild/bazel/issues/4341#issuecomment-758028203. TL;DR these .so files do...
Oh hey -- thanks for picking this up!
cc: @googlewalt @jyknight
`--objc_enable_binary_stripping` is a confusing flag that conflates at least two meanings of "strip" and also has other side effects. Dead code elimination happens at link time, and a debugging symbol...
https://github.com/trybka/scraps/blob/master/Apple_Stripping.md
I think it would be sensible to make this register a `strip` action like `cc_binary` does, and then the options can be configured in the Crosstool.
There is some prior art here in how CMake handles things: https://cmake.org/cmake/help/latest/manual/cmake-compile-features.7.html#id6 There are lots of interesting questions about the semantics of this: * what does it mean for a...
Apologies. I had some personal stuff take my attention this past week. I will prioritize this review (and the other splits if they are ready) this week. I appreciate your...
I believe @comius is working on the import.