[all-commits] [llvm/llvm-project] 61af05: [flang] Add runtime and lowering implementation fo...
Eugene Epshteyn via All-commits
all-commits at lists.llvm.org
Fri Apr 4 13:26:29 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 61af05fe82c6989351c08de8d9eac4dc51f4ef79
https://github.com/llvm/llvm-project/commit/61af05fe82c6989351c08de8d9eac4dc51f4ef79
Author: Eugene Epshteyn <eepshteyn at nvidia.com>
Date: 2025-04-04 (Fri, 04 Apr 2025)
Changed paths:
M flang-rt/include/flang-rt/runtime/environment.h
M flang-rt/lib/runtime/command.cpp
M flang-rt/lib/runtime/environment.cpp
M flang/docs/Intrinsics.md
M flang/include/flang/Optimizer/Builder/IntrinsicCall.h
M flang/include/flang/Optimizer/Builder/Runtime/Command.h
M flang/include/flang/Runtime/command.h
M flang/lib/Evaluate/intrinsics.cpp
M flang/lib/Optimizer/Builder/IntrinsicCall.cpp
M flang/lib/Optimizer/Builder/Runtime/Command.cpp
A flang/test/Lower/Intrinsics/putenv-func.f90
A flang/test/Lower/Intrinsics/putenv-sub.f90
A flang/test/Semantics/putenv.f90
Log Message:
-----------
[flang] Add runtime and lowering implementation for extended intrinsic PUTENV (#134412)
Implement extended intrinsic PUTENV, both function and subroutine forms.
Add PUTENV documentation to flang/docs/Intrinsics.md. Add functional and
semantic unit tests.
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