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
LLVM's GOLD plugin changed default behavior in r336943 to create
separate function and data sections when linking. This caused a
significant boot time regression. r348389 made the behavior toggleable
with:
-plugin-opt=-function-sections
-plugin-opt=-data-sections
Add these to LD_FLAGS.
Bug: 119467548
Bug: 120503084
Change-Id: I6301f72f872d0c1725bc72cce3e250abf9bb3555
Signed-off-by: Nick Desaulniers <[email protected]>
0 commit comments