[all-commits] [llvm/llvm-project] cde06f: [flang] Make flang build compatible with LLVM dylib
serge-sans-paille via All-commits
all-commits at lists.llvm.org
Wed Oct 14 05:27:55 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: cde06f783ce9811ed5e6d4c9a4e803b76842eccc
https://github.com/llvm/llvm-project/commit/cde06f783ce9811ed5e6d4c9a4e803b76842eccc
Author: Serge Guelton <sguelton at redhat.com>
Date: 2020-10-14 (Wed, 14 Oct 2020)
Changed paths:
M flang/CMakeLists.txt
M flang/cmake/modules/AddFlang.cmake
M flang/tools/flang-driver/CMakeLists.txt
M flang/unittests/CMakeLists.txt
M flang/unittests/Decimal/CMakeLists.txt
M flang/unittests/Evaluate/CMakeLists.txt
M flang/unittests/Runtime/CMakeLists.txt
Log Message:
-----------
[flang] Make flang build compatible with LLVM dylib
Harmonize usage of LLVM components througout Flang.
Explicit LLVM Libs where used across several CMakeFIles, which led to
incompatibilities with LLVM shlibs.
Fortunately, the LLVM component system can be relied on to harmoniously handle
both cases.
Differential Revision: https://reviews.llvm.org/D87893
More information about the All-commits
mailing list