[all-commits] [llvm/llvm-project] 49d718: [flang] Pass box address for bind(c) assumed type ...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Fri Mar 17 09:59:08 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 49d718db86aa69eb63cb782024bdf39524557c5d
https://github.com/llvm/llvm-project/commit/49d718db86aa69eb63cb782024bdf39524557c5d
Author: Valentin Clement <clementval at gmail.com>
Date: 2023-03-17 (Fri, 17 Mar 2023)
Changed paths:
M flang/lib/Lower/CallInterface.cpp
M flang/test/Lower/polymorphic-types.f90
Log Message:
-----------
[flang] Pass box address for bind(c) assumed type dummy argument
When interfacing with C code, assumed type should be passed as
basic pointer.
Reviewed By: PeteSteinfeld
Differential Revision: https://reviews.llvm.org/D146300
More information about the All-commits
mailing list