[all-commits] [llvm/llvm-project] 69ef3b: [flang][debug] Allow variable length for dummy cha...
Abid Qadeer via All-commits
all-commits at lists.llvm.org
Thu Sep 26 02:09:10 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 69ef3b102cc0893491efd37faa7b3e957ed90bef
https://github.com/llvm/llvm-project/commit/69ef3b102cc0893491efd37faa7b3e957ed90bef
Author: Abid Qadeer <haqadeer at amd.com>
Date: 2024-09-26 (Thu, 26 Sep 2024)
Changed paths:
M flang/lib/Optimizer/Transforms/DebugTypeGenerator.cpp
M flang/test/Transforms/debug-107988.fir
A flang/test/Transforms/debug-variable-char-len.fir
Log Message:
-----------
[flang][debug] Allow variable length for dummy char arguments. (#109448)
As pointed out by @jeanPerier
[here](https://github.com/llvm/llvm-project/pull/108283#discussion_r1764528809),
we don't need to restrict the length of the dummy character argument
location to `fir.unboxchar`. This PR removes that restriction.
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