[mlir] Fix shared libs build
authorAndrzej Warzynski <andrzej.warzynski@arm.com>
Fri, 9 Oct 2020 09:57:35 +0000 (10:57 +0100)
committerAndrzej Warzynski <andrzej.warzynski@arm.com>
Fri, 9 Oct 2020 15:38:42 +0000 (16:38 +0100)
Reverts one breaking change introduced in
https://reviews.llvm.org/D88846.

Differential Revision: https://reviews.llvm.org/D89111

mlir/tools/mlir-tblgen/CMakeLists.txt

index 3bcaeb9..3904752 100644 (file)
@@ -1,3 +1,8 @@
+set(LLVM_LINK_COMPONENTS
+  Demangle
+  Support
+  TableGen
+)
 
 add_tablegen(mlir-tblgen MLIR
   DialectGen.cpp