[all-commits] [llvm/llvm-project] c21881: [flang][debug] Generate splitDebugFilename field i...
Abid Qadeer via All-commits
all-commits at lists.llvm.org
Tue Sep 30 06:35:54 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c2188168cab442192121b34052a4edbf4b439f60
https://github.com/llvm/llvm-project/commit/c2188168cab442192121b34052a4edbf4b439f60
Author: Abid Qadeer <haqadeer at amd.com>
Date: 2025-09-30 (Tue, 30 Sep 2025)
Changed paths:
M flang/include/flang/Optimizer/Passes/Pipelines.h
M flang/include/flang/Optimizer/Transforms/Passes.td
M flang/include/flang/Tools/CrossToolHelpers.h
M flang/lib/Optimizer/Passes/Pipelines.cpp
M flang/lib/Optimizer/Transforms/AddDebugInfo.cpp
M flang/test/Integration/debug-split-dwarf.f90
A flang/test/Transforms/debug-split-dwarf.fir
Log Message:
-----------
[flang][debug] Generate splitDebugFilename field in DICompileUnitAttr. (#161214)
This PR builds on https://github.com/llvm/llvm-project/pull/160540 and
allows us to set the `splitDebugFilename` field in `DICompileUnitAttr`.
The changes are mostly mechanical.
I saw some spurious white space in a test that I have cleaned up.
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