Skip to content

Commit 9e469ce

Browse files
committed
[mlir][Tablegen-LSP] Don't link with llvm dylib
This updates 5de12bb to not link with the dylib since that does not include the tablegen library. Should fix flang dylib build failures: https://lab.llvm.org/buildbot/#/builders/177/builds/5120
1 parent c1a9d14 commit 9e469ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mlir/lib/Tools/tblgen-lsp-server/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ llvm_add_library(TableGenLspServerLib
1212
ADDITIONAL_HEADER_DIRS
1313
${MLIR_MAIN_INCLUDE_DIR}/mlir/Tools/tblgen-lsp-server
1414

15+
DISABLE_LLVM_LINK_LLVM_DYLIB
16+
1517
LINK_LIBS PUBLIC
1618
MLIRLspServerSupportLib
1719
MLIRSupport

0 commit comments

Comments
 (0)