[all-commits] [llvm/llvm-project] 59f213: [flang] Fix static build of flang
Peter Klausler via All-commits
all-commits at lists.llvm.org
Fri Mar 12 17:39:24 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 59f213c162a43e09bb71bc7a413a1b72c4fddc03
https://github.com/llvm/llvm-project/commit/59f213c162a43e09bb71bc7a413a1b72c4fddc03
Author: peter klausler <pklausler at nvidia.com>
Date: 2021-03-12 (Fri, 12 Mar 2021)
Changed paths:
M flang/lib/Semantics/tools.cpp
Log Message:
-----------
[flang] Fix static build of flang
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.
Differential Revision: https://reviews.llvm.org/D98568
More information about the All-commits
mailing list