This is an archive of the discontinued LLVM Phabricator instance.

[flang] Fix static build of flang
ClosedPublic

Authored by klausler on Mar 12 2021, 5:21 PM.

Details

Summary

An older version of a function (Fortran::semantics::FindFunctionResult) was
left in flang/lib/Semantics/tools.cpp, and this breaks the static library
build due to a conflict with the intended final version in another
file and library. Remove the old code.

Diff Detail

Event Timeline

klausler created this revision.Mar 12 2021, 5:21 PM
klausler requested review of this revision.Mar 12 2021, 5:21 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 12 2021, 5:21 PM
tskeith accepted this revision.Mar 12 2021, 5:33 PM
This revision is now accepted and ready to land.Mar 12 2021, 5:33 PM
This revision was landed with ongoing or failed builds.Mar 12 2021, 5:39 PM
This revision was automatically updated to reflect the committed changes.