Retire experimental blaze flag that allows dynamic linking of cc_test sources.
I added a blaze feature to do the same thing a few months ago. Therefore the experimental flag is no longer useful. This clean-up is long overdue. If devs feel like they need to control for this in the future, they should use the feature dynamic_link_test_srcs instead. RELNOTES: Retire experimental blaze flag experimental_link_compile_output_separately. The same behavior is available through the feature dynamic_link_test_srcs. PiperOrigin-RevId: 255565180
Showing
- src/main/java/com/google/devtools/build/lib/rules/cpp/CcBinary.java 2 additions, 6 deletions...ava/com/google/devtools/build/lib/rules/cpp/CcBinary.java
- src/main/java/com/google/devtools/build/lib/rules/cpp/CppConfiguration.java 0 additions, 4 deletions...google/devtools/build/lib/rules/cpp/CppConfiguration.java
- src/main/java/com/google/devtools/build/lib/rules/cpp/CppOptions.java 0 additions, 13 deletions...a/com/google/devtools/build/lib/rules/cpp/CppOptions.java
- src/test/java/com/google/devtools/build/lib/rules/cpp/CppLinkActionTest.java 0 additions, 42 deletions...oogle/devtools/build/lib/rules/cpp/CppLinkActionTest.java
Please register or sign in to comment