[all-commits] [llvm/llvm-project] 6bc775: [MLIR] Interfaces need to used add_mlir_library
stephenneuendorffer via All-commits
all-commits at lists.llvm.org
Thu Mar 19 16:44:34 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6bc775a1fc1bfc7045c491d4c37f12b77ee09ea6
https://github.com/llvm/llvm-project/commit/6bc775a1fc1bfc7045c491d4c37f12b77ee09ea6
Author: Stephen Neuendorffer <stephen.neuendorffer at xilinx.com>
Date: 2020-03-19 (Thu, 19 Mar 2020)
Changed paths:
M mlir/lib/Interfaces/CMakeLists.txt
Log Message:
-----------
[MLIR] Interfaces need to used add_mlir_library
The Interface libraries were moved from Analysis, but declared in
cmake using add_llvm_library(). This breaks LLVM_BUILD_LLVM_DYLIB
builds.
Differential Revision: https://reviews.llvm.org/D76463
More information about the All-commits
mailing list