[all-commits] [llvm/llvm-project] 467aba: [flang] Install runtime libs with the toolchain
Diana via All-commits
all-commits at lists.llvm.org
Mon Aug 15 00:45:46 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 467abac2046d037f8d4cf428e76b77e5b06c187f
https://github.com/llvm/llvm-project/commit/467abac2046d037f8d4cf428e76b77e5b06c187f
Author: Diana Picus <diana.picus at linaro.org>
Date: 2022-08-15 (Mon, 15 Aug 2022)
Changed paths:
M flang/cmake/modules/AddFlang.cmake
M flang/lib/Decimal/CMakeLists.txt
M flang/runtime/CMakeLists.txt
M flang/runtime/FortranMain/CMakeLists.txt
Log Message:
-----------
[flang] Install runtime libs with the toolchain
Make sure that FortranDecimal, FortranRuntime and Fortran_main are
installed/packaged even when LLVM_INSTALL_TOOLCHAIN_ONLY is enabled.
They are used by flang to link executables, so they should be provided
even with minimal installs.
Differential Revision: https://reviews.llvm.org/D131670
More information about the All-commits
mailing list