This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] Allow global with external linkage to include an initial value
ClosedPublic

Authored by schweitz on Mar 17 2020, 4:20 PM.

Details

Summary

Currently, globals with external linkage always elide their initial values even when they are set.

Diff Detail

Event Timeline

schweitz created this revision.Mar 17 2020, 4:20 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 17 2020, 4:20 PM
ftynse accepted this revision.Mar 18 2020, 2:33 AM
This revision is now accepted and ready to land.Mar 18 2020, 2:33 AM
This revision was automatically updated to reflect the committed changes.