[all-commits] [llvm/llvm-project] a07e5b: Fix build by adding missing CMake link dependency
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Wed Apr 15 20:50:12 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a07e5b857425a8d411dbf1cdfca5ba5d6521549d
https://github.com/llvm/llvm-project/commit/a07e5b857425a8d411dbf1cdfca5ba5d6521549d
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2020-04-16 (Thu, 16 Apr 2020)
Changed paths:
M mlir/test/lib/Dialect/Affine/CMakeLists.txt
Log Message:
-----------
Fix build by adding missing CMake link dependency
This would only fail when using a linker that is sensitive to the order
in which the libraries are passed on the command line (like bfd).
More information about the All-commits
mailing list