This is an archive of the discontinued LLVM Phabricator instance.

[GlobalMerge] Fix GlobalMerge on bss external global variables.
ClosedPublic

Authored by huihuiz on Aug 28 2018, 1:38 PM.

Details

Summary

Global variables that are external and zero initialized are
supposed to be merged with global variables in the bss section
rather than the data section.

Diff Detail

Repository
rL LLVM

Event Timeline

huihuiz created this revision.Aug 28 2018, 1:38 PM
This revision is now accepted and ready to land.Aug 29 2018, 12:38 PM
This revision was automatically updated to reflect the committed changes.