[all-commits] [llvm/llvm-project] 029750: [mlir] Rename MlirLspServerLib -> MLIRLspServerLib

Konrad Kleine via All-commits all-commits at lists.llvm.org
Fri May 21 01:26:20 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0297506d20dfeb5dd10c69d9327cd927a2d8c3ad
      https://github.com/llvm/llvm-project/commit/0297506d20dfeb5dd10c69d9327cd927a2d8c3ad
  Author: Konrad Kleine <kkleine at redhat.com>
  Date:   2021-05-21 (Fri, 21 May 2021)

  Changed paths:
    M mlir/lib/Tools/mlir-lsp-server/CMakeLists.txt
    M mlir/tools/mlir-lsp-server/CMakeLists.txt

  Log Message:
  -----------
  [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




More information about the All-commits mailing list