This is an archive of the discontinued LLVM Phabricator instance.

[flang] Fix build issue with BUILD_SHARED_LIBS=ON
ClosedPublic

Authored by richard.barton.arm on Sep 11 2020, 4:15 AM.

Details

Summary

Define Fortran::Semantics::Scope::GetName in the header so it is available
to Fortran::Evaluate::Tool::AttachDeclaration without a circular dependency
introduced in 82edd42.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald Transcript
richard.barton.arm requested review of this revision.Sep 11 2020, 4:15 AM
tskeith accepted this revision.Sep 11 2020, 7:18 AM

Thanks for catching this.

This revision is now accepted and ready to land.Sep 11 2020, 7:18 AM

NP. We need to hurry up and get that buildbot into stable. We are upgrading the machine it runs on so it doesn't take 4 hours to build+make check! Hoping to have it up next week.