You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am building a shared library using cc_binary which depends on some cc_library targets (which in turn depend on other cc_library targets). When building this target in 0.29.1 the shared library contains the symbols from a cc_library it depends on (of the form cc_binary -> cc_lib -> cc_lib -> cc_lib with symbols). I upgraded to 1.0.0rc3 and rebuilt the same target, and the symbol is now missing from the shared library.
What's changed to cause this?
OS:
MacOS Mojave 10.14.6
The text was updated successfully, but these errors were encountered:
I am building a shared library using
cc_binary
which depends on somecc_library
targets (which in turn depend on othercc_library
targets). When building this target in 0.29.1 the shared library contains the symbols from acc_library
it depends on (of the form cc_binary -> cc_lib -> cc_lib -> cc_lib with symbols). I upgraded to 1.0.0rc3 and rebuilt the same target, and the symbol is now missing from the shared library.What's changed to cause this?
OS:
MacOS Mojave 10.14.6
The text was updated successfully, but these errors were encountered: