[all-commits] [llvm/llvm-project] 12b68a: [mlir][llvmir] Add filename debug info when conver...

Tobias Gysi via All-commits all-commits at lists.llvm.org
Mon Oct 3 05:21:02 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 12b68ad886a1defbee8b553702b389ec54f98256
      https://github.com/llvm/llvm-project/commit/12b68ad886a1defbee8b553702b389ec54f98256
  Author: Tobias Gysi <tobias.gysi at nextsilicon.com>
  Date:   2022-10-03 (Mon, 03 Oct 2022)

  Changed paths:
    M mlir/lib/Target/LLVMIR/ConvertFromLLVMIR.cpp
    M mlir/test/Target/LLVMIR/Import/basic.ll
    A mlir/test/Target/LLVMIR/Import/debug-info.ll

  Log Message:
  -----------
  [mlir][llvmir] Add filename debug info when converting from LLVMIR.

The revision enriches the debug locations generated during LLVMIR to MLIR translation with file name information and adds a separate test to exercise the debug location translation.

Reviewed By: ftynse

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




More information about the All-commits mailing list