[all-commits] [llvm/llvm-project] 7a17f3: [MLIR] Fix dependencies for Analysis libraries
stephenneuendorffer via All-commits
all-commits at lists.llvm.org
Tue May 12 13:41:44 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7a17f3ccd109998d4e7019f5239dda61d7c6f829
https://github.com/llvm/llvm-project/commit/7a17f3ccd109998d4e7019f5239dda61d7c6f829
Author: Stephen Neuendorffer <stephen.neuendorffer at xilinx.com>
Date: 2020-05-12 (Tue, 12 May 2020)
Changed paths:
M mlir/lib/Analysis/CMakeLists.txt
Log Message:
-----------
[MLIR] Fix dependencies for Analysis libraries
cmake does not truly support dependencies on automatically generated files
which are not in the same directory as the targets which depend on them.
It works with ninja, but doesn't work with make
This patch adds an explicit dependence so that all dialects are built
before the analysis libraries.
Differential Revision: https://reviews.llvm.org/D79805
More information about the All-commits
mailing list