[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:
Konrad Kleine 2021-05-21 00:26:41 +02:00
parent 89ea60f392
commit 0297506d20
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
add_mlir_library(MlirLspServerLib
add_mlir_library(MLIRLspServerLib
lsp/Logging.cpp
lsp/Protocol.cpp
lsp/Transport.cpp

View File

@ -33,7 +33,7 @@ set(LIBS
MLIRAnalysis
MLIRDialect
MLIREDSC
MlirLspServerLib
MLIRLspServerLib
MLIRParser
MLIRPass
MLIRTransforms