diff options
author | jiajie zhang <56027356+JumpMasterJJ@users.noreply.github.com> | 2024-06-06 12:28:02 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-06 12:28:02 +0800 |
commit | 68413219dba47104fef388364a9973b584126f42 (patch) | |
tree | 68b72df92c4f1c8cab495929730e5c6aaafc7fb0 /llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp | |
parent | 8c452d0cc5004d32bcce7a33e6652c19debf7f6d (diff) | |
download | llvm-68413219dba47104fef388364a9973b584126f42.zip llvm-68413219dba47104fef388364a9973b584126f42.tar.gz llvm-68413219dba47104fef388364a9973b584126f42.tar.bz2 |
[flang] Add GETCWD runtime and lowering intrinsics implementation (#92746)
This patch add support of intrinsics GNU extension GETCWD
https://github.com/llvm/llvm-project/issues/84203. Some usage info and
example has been added to `flang/docs/Intrinsics.md`. The patch contains
both the lowering and the runtime code and works on both Windows and
Linux.
| System | Implmentation |
|-----------|--------------------|
| Windows | _getcwd |
| Linux |getcwd |
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp')
0 files changed, 0 insertions, 0 deletions