[all-commits] [llvm/llvm-project] 18e505: [mlir][LLVM] Improve function debug info import (#...
Tobias Gysi via All-commits
all-commits at lists.llvm.org
Wed Oct 18 06:42:00 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 18e5055db39b41e00dbeb7ca820dd82cce46f65e
https://github.com/llvm/llvm-project/commit/18e5055db39b41e00dbeb7ca820dd82cce46f65e
Author: Tobias Gysi <tobias.gysi at nextsilicon.com>
Date: 2023-10-18 (Wed, 18 Oct 2023)
Changed paths:
M mlir/lib/Target/LLVMIR/DebugImporter.cpp
M mlir/test/Target/LLVMIR/Import/debug-info.ll
Log Message:
-----------
[mlir][LLVM] Improve function debug info import (#69446)
This commit improves the import of function debug info by creating a
FileLineColLoc instead of just a NameLoc if possible.
More information about the All-commits
mailing list