[all-commits] [llvm/llvm-project] d6b3b8: [MLIR][cmake] Fix unittest/Tablegen by special cas...
stephenneuendorffer via All-commits
all-commits at lists.llvm.org
Sun May 17 17:47:40 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d6b3b8a1a3c122b8445ea849a8c4eed008011fd6
https://github.com/llvm/llvm-project/commit/d6b3b8a1a3c122b8445ea849a8c4eed008011fd6
Author: Stephen Neuendorffer <stephen.neuendorffer at xilinx.com>
Date: 2020-05-17 (Sun, 17 May 2020)
Changed paths:
M mlir/lib/TableGen/CMakeLists.txt
Log Message:
-----------
[MLIR][cmake] Fix unittest/Tablegen by special casing LLVMMLIRTableGen
unittest/Tablegen generates an executable that depends on MLIRIR and
LLVMMLIRTableGen. Avoid specifying linkage dependence on LLVM
libraries here because then everyone has to depend on those libraries.
Differential Revision: https://reviews.llvm.org/D80093
More information about the All-commits
mailing list