[all-commits] [llvm/llvm-project] 42bfd0: [flang] Move IsCoarray() to fix shared library build
Peter Klausler via All-commits
all-commits at lists.llvm.org
Mon Nov 22 12:46:31 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 42bfd059bf80c9b61b263747bfa31d97ac38b0c7
https://github.com/llvm/llvm-project/commit/42bfd059bf80c9b61b263747bfa31d97ac38b0c7
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2021-11-22 (Mon, 22 Nov 2021)
Changed paths:
M flang/include/flang/Evaluate/tools.h
M flang/include/flang/Semantics/tools.h
M flang/lib/Evaluate/tools.cpp
M flang/lib/Semantics/tools.cpp
Log Message:
-----------
[flang] Move IsCoarray() to fix shared library build
The predicate IsCoarray() needs to be in libFortranEvaluate so that
IsSaved() can call it without breaking the shared library build.
Pushed without pre-commit review as I'm moving code around and
the fix to the shared build is confirmed.
More information about the All-commits
mailing list