[all-commits] [llvm/llvm-project] 670ac2: [RemoveDIs][MLIR] Don't process debug records in t...
Stephen Tozer via All-commits
all-commits at lists.llvm.org
Tue Apr 23 06:27:28 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 670ac235b52887b621ab9c75c6be7f5ac4ceb9f8
https://github.com/llvm/llvm-project/commit/670ac235b52887b621ab9c75c6be7f5ac4ceb9f8
Author: Stephen Tozer <stephen.tozer at sony.com>
Date: 2024-04-23 (Tue, 23 Apr 2024)
Changed paths:
M mlir/lib/Target/LLVMIR/ConvertFromLLVMIR.cpp
M mlir/test/Target/LLVMIR/Import/import-failure.ll
Log Message:
-----------
[RemoveDIs][MLIR] Don't process debug records in the LLVM-IR translator (#89735)
We are almost ready to enable the use of debug records everywhere in
LLVM by default; part of the prep-work for this means ensuring that
every tool supports them. Every tool in the `llvm/` project supports
them, front-ends that use the `DIBuilder` will support them, and as far
as I can tell, the only other tool in the LLVM repo that needs to
support them but doesn't is `mlir-translate`. This patch trivially
unblocks them by converting from debug records to debug intrinsics
before translating a module.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list