ef3935b590
Previously we used reference 0 as a special case to mean "dynamic". This saved a tiny amount of space in the summary file, but it's not worth it because it will complicate some error handling scenarios (which will be addressed in future CLs). This CL changes "dynamic" so that it's serialized as though it were defined in the defining compilation unit of each library. R=scheglov@google.com Review URL: https://codereview.chromium.org/1621763002 .