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 already found a couple of places (for instance libSILOptimizer's linkage against libSIL) where we are not doing this. We really should since this will:
1. Reduce the size of build products by not redundantly adding code to archives.
2. Reduce time spent building up said archives.
3. Reduce the work on the linker.