[all-commits] [llvm/llvm-project] 3af9df: [Flang][Debug] Use pathnames from location of func...
kiranchandramohan via All-commits
all-commits at lists.llvm.org
Wed Jan 25 05:50:12 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3af9dfe464446da8e9acea45681df28b18583370
https://github.com/llvm/llvm-project/commit/3af9dfe464446da8e9acea45681df28b18583370
Author: Kiran Chandramohan <kiran.chandramohan at arm.com>
Date: 2023-01-25 (Wed, 25 Jan 2023)
Changed paths:
M flang/lib/Lower/Bridge.cpp
M flang/lib/Optimizer/Transforms/AddDebugFoundation.cpp
A flang/test/Transforms/debug-line-table-existing.fir
A flang/test/Transforms/debug-line-table-inc-file.fir
A flang/test/Transforms/debug-line-table-inc-same-file.fir
Log Message:
-----------
[Flang][Debug] Use pathnames from location of functions
This ensures that functions in included files have the correct path
in their file metadata.
Note: This patch also sets all locations to have the full path names.
Reviewed By: vzakhari, PeteSteinfeld
Differential Revision: https://reviews.llvm.org/D142263
More information about the All-commits
mailing list