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.
Details
Details
- Reviewers
tskeith - Commits
- rG59f213c162a4: [flang] Fix static build of flang
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo