[all-commits] [llvm/llvm-project] 9af92e: [mlir:LLVM] Rewrite the LLVMIR export to use the d...

River Riddle via All-commits all-commits at lists.llvm.org
Mon Oct 24 22:32:01 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9af92ed8a0da2c35773708dc7a23cd8e56557e2d
      https://github.com/llvm/llvm-project/commit/9af92ed8a0da2c35773708dc7a23cd8e56557e2d
  Author: River Riddle <riddleriver at gmail.com>
  Date:   2022-10-24 (Mon, 24 Oct 2022)

  Changed paths:
    M flang/test/Driver/emit-asm-aarch64.f90
    M flang/test/Driver/emit-asm-x86.f90
    M flang/test/Fir/embox.fir
    M flang/test/Fir/ignore-missing-type-descriptor.fir
    M flang/test/Lower/OpenMP/omp-ordered-threads.f90
    M mlir/docs/Dialects/LLVM.md
    M mlir/include/mlir/Dialect/LLVMIR/LLVMIntrinsicOps.td
    M mlir/include/mlir/IR/Location.h
    M mlir/include/mlir/Target/LLVMIR/ModuleTranslation.h
    M mlir/lib/IR/Diagnostics.cpp
    M mlir/lib/Target/LLVMIR/DebugTranslation.cpp
    M mlir/lib/Target/LLVMIR/DebugTranslation.h
    M mlir/lib/Target/LLVMIR/ModuleTranslation.cpp
    M mlir/test/Target/LLVMIR/llvmir-debug.mlir
    M mlir/test/Target/LLVMIR/llvmir.mlir
    M mlir/test/Target/LLVMIR/openmp-llvm.mlir
    M mlir/test/Target/LLVMIR/openmp-nested.mlir

  Log Message:
  -----------
  [mlir:LLVM] Rewrite the LLVMIR export to use the debug info attributes

This has been a long standing TODO, and actually enables users to generate
debug information for LLVM using the LLVM dialect; as opposed to our
dummy placeholder that generated just enough for line table information.

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




More information about the All-commits mailing list