[flang-commits] [flang] [Flang] Implement RENAME intrinsic (code-gen + runtime entry point) (PR #98359)
Michael Klemm via flang-commits
flang-commits at lists.llvm.org
Thu Jul 18 01:14:48 PDT 2024
================
@@ -55,6 +56,36 @@ static RT_API_ATTRS void TransferImpl(Descriptor &result,
extern "C" {
RT_EXT_API_GROUP_BEGIN
+void RTDECL(Rename)(const Descriptor &path1, const Descriptor &path2,
----------------
mjklemm wrote:
I have created https://github.com/llvm/llvm-project/pull/99445 in response to this. Please have a look there and kindly provide a review there.
https://github.com/llvm/llvm-project/pull/98359
More information about the flang-commits
mailing list