[all-commits] [llvm/llvm-project] ccaad0: [flang] Fix shared library builds for lib/Lower.
David Truby via All-commits
all-commits at lists.llvm.org
Thu Jul 16 07:52:39 PDT 2020
Branch: refs/heads/release/11.x
Home: https://github.com/llvm/llvm-project
Commit: ccaad06b84c0f53f04f3acb97316a8ddef75b12f
https://github.com/llvm/llvm-project/commit/ccaad06b84c0f53f04f3acb97316a8ddef75b12f
Author: David Truby <david.truby at arm.com>
Date: 2020-07-16 (Thu, 16 Jul 2020)
Changed paths:
M flang/lib/Lower/CMakeLists.txt
A flang/lib/Lower/ConvertExpr.cpp
M flang/lib/Optimizer/Dialect/FIROps.cpp
Log Message:
-----------
[flang] Fix shared library builds for lib/Lower.
Summary:
This adds missing definitions for functions in the Lower directory
that were causing failures in shared library builds.
The definitions for these are taken from the fir-dev branch on github.
Reviewers: sscalpone, schweitz, jeanPerier, klausler
Reviewed By: schweitz
Subscribers: mgorny, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D83771
Commit: 15a07e41f01a64f1f4a4ffc3ca89a0f0e5431e54
https://github.com/llvm/llvm-project/commit/15a07e41f01a64f1f4a4ffc3ca89a0f0e5431e54
Author: David Truby <david.truby at arm.com>
Date: 2020-07-16 (Thu, 16 Jul 2020)
Changed paths:
M flang/lib/Parser/CMakeLists.txt
M flang/lib/Semantics/CMakeLists.txt
Log Message:
-----------
[flang] Add missing link dependencies to FrontendOpenACC.
Summary:
These link dependencies are required for shared library builds to
work correctly.
Reviewers: clementval
Reviewed By: clementval
Subscribers: mgorny, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D83938
Compare: https://github.com/llvm/llvm-project/compare/06a6a2fd6ddd...15a07e41f01a
More information about the All-commits
mailing list