[all-commits] [llvm/llvm-project] ebc77f: [mlir:LSP] Link the test dialect into mlir-lsp-server

River Riddle via All-commits all-commits at lists.llvm.org
Wed May 25 21:22:42 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ebc77f012fb81da9b707446bf1f5a8651f59739e
      https://github.com/llvm/llvm-project/commit/ebc77f012fb81da9b707446bf1f5a8651f59739e
  Author: River Riddle <riddleriver at gmail.com>
  Date:   2022-05-25 (Wed, 25 May 2022)

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

  Log Message:
  -----------
  [mlir:LSP] Link the test dialect into mlir-lsp-server

This allows for more easily interacting with lit files that utilize
the test dialect.


  Commit: b2cc40fd67f6a8d909a0b4b0e8fe0dd7c45562d7
      https://github.com/llvm/llvm-project/commit/b2cc40fd67f6a8d909a0b4b0e8fe0dd7c45562d7
  Author: River Riddle <riddleriver at gmail.com>
  Date:   2022-05-25 (Wed, 25 May 2022)

  Changed paths:
    M mlir/lib/IR/AsmPrinter.cpp

  Log Message:
  -----------
  [mlir:Printer][NFC] Add utility methods for printing escaped/hex strings

This simplifies quite a few cases where we manually duplicate the
escaping logic.


Compare: https://github.com/llvm/llvm-project/compare/52698a33d031...b2cc40fd67f6


More information about the All-commits mailing list