[all-commits] [llvm/llvm-project] 9e469c: [mlir][Tablegen-LSP] Don't link with llvm dylib
David Spickett via All-commits
all-commits at lists.llvm.org
Tue May 17 04:10:34 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9e469ced42cd9335baffd906bed17fd81ce4e6e8
https://github.com/llvm/llvm-project/commit/9e469ced42cd9335baffd906bed17fd81ce4e6e8
Author: David Spickett <david.spickett at linaro.org>
Date: 2022-05-17 (Tue, 17 May 2022)
Changed paths:
M mlir/lib/Tools/tblgen-lsp-server/CMakeLists.txt
Log Message:
-----------
[mlir][Tablegen-LSP] Don't link with llvm dylib
This updates 5de12bb703c5104b3fd64ee51c6900d6171d826a
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
More information about the All-commits
mailing list