[all-commits] [llvm/llvm-project] c3f0ed: [mlir] Register the GDB listener with ExecutionEng...

River Riddle via All-commits all-commits at lists.llvm.org
Wed Feb 5 17:43:21 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c3f0ed7bccaf4a62bb440ba145ada521492a1327
      https://github.com/llvm/llvm-project/commit/c3f0ed7bccaf4a62bb440ba145ada521492a1327
  Author: River Riddle <riddleriver at gmail.com>
  Date:   2020-02-05 (Wed, 05 Feb 2020)

  Changed paths:
    M mlir/include/mlir/ExecutionEngine/ExecutionEngine.h
    M mlir/lib/ExecutionEngine/ExecutionEngine.cpp

  Log Message:
  -----------
  [mlir] Register the GDB listener with ExecutionEngine to enable debugging JIT'd code

Differential Revision: https://reviews.llvm.org/D73932


  Commit: c33d6970e0172ffc6b61900c21dce8c7bda7d792
      https://github.com/llvm/llvm-project/commit/c33d6970e0172ffc6b61900c21dce8c7bda7d792
  Author: River Riddle <riddleriver at gmail.com>
  Date:   2020-02-05 (Wed, 05 Feb 2020)

  Changed paths:
    M mlir/include/mlir/Target/LLVMIR/ModuleTranslation.h
    M mlir/include/mlir/Transforms/Passes.h
    M mlir/lib/Target/CMakeLists.txt
    M mlir/lib/Target/LLVMIR/ConvertToNVVMIR.cpp
    M mlir/lib/Target/LLVMIR/ConvertToROCDLIR.cpp
    A mlir/lib/Target/LLVMIR/DebugTranslation.cpp
    A mlir/lib/Target/LLVMIR/DebugTranslation.h
    M mlir/lib/Target/LLVMIR/ModuleTranslation.cpp
    M mlir/lib/Transforms/StripDebugInfo.cpp
    A mlir/test/Target/llvmir-debug.mlir
    M mlir/test/Target/llvmir.mlir
    M mlir/tools/mlir-cuda-runner/mlir-cuda-runner.cpp

  Log Message:
  -----------
  [mlir] Add support for basic location translation to LLVM.

Summary:
This revision adds basic support for emitting line table information when exporting to LLVMIR. We don't yet have a story for supporting all of the LLVM debug metadata, so this revision stubs some features(like subprograms) to enable emitting line tables.

Differential Revision: https://reviews.llvm.org/D73934


Compare: https://github.com/llvm/llvm-project/compare/0bfc48909319...c33d6970e017


More information about the All-commits mailing list