[all-commits] [llvm/llvm-project] de58aa: [flang] GETPID runtime and lower intrinsic impleme...
Yi Wu via All-commits
all-commits at lists.llvm.org
Mon Nov 13 02:31:49 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: de58aa83726d465aecca66763892e62d8e8b636e
https://github.com/llvm/llvm-project/commit/de58aa83726d465aecca66763892e62d8e8b636e
Author: Yi Wu <43659785+PAX-12-WU at users.noreply.github.com>
Date: 2023-11-13 (Mon, 13 Nov 2023)
Changed paths:
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/Optimizer/Builder/Runtime/RTBuilder.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
M flang/runtime/command.cpp
A flang/test/Lower/Intrinsics/getpid.f90
M flang/unittests/Optimizer/Builder/Runtime/CommandTest.cpp
M flang/unittests/Runtime/CommandTest.cpp
Log Message:
-----------
[flang] GETPID runtime and lower intrinsic implementation (#70442)
Runtime function GetPID calls the function getpid
from unistd.h or process.h base on the OS.
More information about the All-commits
mailing list