forked from OSchip/llvm-project
[mlir] Fix shared libs build
Reverts one breaking change introduced in https://reviews.llvm.org/D88846. Differential Revision: https://reviews.llvm.org/D89111
This commit is contained in:
parent
4c3515cd62
commit
dcd9be43e5
|
@ -1,3 +1,8 @@
|
|||
set(LLVM_LINK_COMPONENTS
|
||||
Demangle
|
||||
Support
|
||||
TableGen
|
||||
)
|
||||
|
||||
add_tablegen(mlir-tblgen MLIR
|
||||
DialectGen.cpp
|
||||
|
|
Loading…
Reference in New Issue