This is an archive of the discontinued LLVM Phabricator instance.

[flang] Fix shared library builds for lib/Lower.
ClosedPublic

Authored by DavidTruby on Jul 14 2020, 7:09 AM.

Details

Summary

This adds missing definitions for functions in the Lower directory
that were causing failures in shared library builds.
The definitions for these are taken from the fir-dev branch on github.

Diff Detail

Event Timeline

DavidTruby created this revision.Jul 14 2020, 7:09 AM
Herald added a project: Restricted Project. · View Herald Transcript
klausler resigned from this revision.Jul 14 2020, 8:40 AM
schweitz accepted this revision.Jul 14 2020, 1:00 PM
This revision is now accepted and ready to land.Jul 14 2020, 1:00 PM
This revision was automatically updated to reflect the committed changes.