[all-commits] [llvm/llvm-project] 50df5f: [flang] Fix build with BUILD_SHARED_LIBS=ON and FL...
serge-sans-paille via All-commits
all-commits at lists.llvm.org
Thu Oct 15 04:04:34 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 50df5f24dc333e912f6eb8500ef84e648d43af93
https://github.com/llvm/llvm-project/commit/50df5f24dc333e912f6eb8500ef84e648d43af93
Author: Serge Guelton <sguelton at redhat.com>
Date: 2020-10-15 (Thu, 15 Oct 2020)
Changed paths:
M flang/lib/Evaluate/CMakeLists.txt
M flang/unittests/Evaluate/CMakeLists.txt
M flang/unittests/Frontend/CMakeLists.txt
M flang/unittests/Runtime/CMakeLists.txt
Log Message:
-----------
[flang] Fix build with BUILD_SHARED_LIBS=ON and FLANG_BUILD_NEW_DRIVER=ON
As usual, it's difficult to handle all different configuration in the first row,
but this one has been extensively tested
Differential Revision: https://reviews.llvm.org/D89452
More information about the All-commits
mailing list