[all-commits] [llvm/llvm-project] 6d0d41: [flang] Fixed out-of-tree build after D156435.
Slava Zakharin via All-commits
all-commits at lists.llvm.org
Tue Aug 1 10:52:38 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6d0d4113dfb94ae83a99d7bdf51f7c619f5eca15
https://github.com/llvm/llvm-project/commit/6d0d4113dfb94ae83a99d7bdf51f7c619f5eca15
Author: Slava Zakharin <szakharin at nvidia.com>
Date: 2023-08-01 (Tue, 01 Aug 2023)
Changed paths:
M flang/lib/Evaluate/CMakeLists.txt
M flang/lib/Frontend/CMakeLists.txt
M flang/tools/bbc/CMakeLists.txt
M flang/unittests/Evaluate/CMakeLists.txt
Log Message:
-----------
[flang] Fixed out-of-tree build after D156435.
I decided to clean up the CMake files as well.
Only FotranEvaluate directly needs quadmath, so we only need
to link these two together.
Differential Revision: https://reviews.llvm.org/D156808
More information about the All-commits
mailing list