forked from OSchip/llvm-project
[mlir] Rename MlirLspServerLib -> MLIRLspServerLib
I noticed while packaging mlir that most mlir library names start with `libMLIR`. The only different libary was `libMlirLspServerLib.a`. That's why I changed the library to be similarly named to the others. Differential Revision: https://reviews.llvm.org/D102881
This commit is contained in:
parent
89ea60f392
commit
0297506d20
|
@ -1,4 +1,4 @@
|
||||||
add_mlir_library(MlirLspServerLib
|
add_mlir_library(MLIRLspServerLib
|
||||||
lsp/Logging.cpp
|
lsp/Logging.cpp
|
||||||
lsp/Protocol.cpp
|
lsp/Protocol.cpp
|
||||||
lsp/Transport.cpp
|
lsp/Transport.cpp
|
||||||
|
|
|
@ -33,7 +33,7 @@ set(LIBS
|
||||||
MLIRAnalysis
|
MLIRAnalysis
|
||||||
MLIRDialect
|
MLIRDialect
|
||||||
MLIREDSC
|
MLIREDSC
|
||||||
MlirLspServerLib
|
MLIRLspServerLib
|
||||||
MLIRParser
|
MLIRParser
|
||||||
MLIRPass
|
MLIRPass
|
||||||
MLIRTransforms
|
MLIRTransforms
|
||||||
|
|
Loading…
Reference in New Issue