[flang] [clang-tools-extra] [clang] [llvm] [flang] GETLOG runtime and extension implementation: get login username (PR #74628)

Yi Wu via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 7 07:52:28 PST 2023


yi-wu-arm wrote:

`getlog` library intrinsic will first retrieve user login name using `getlog_r` on Linux and `GetUserName` on Windows. If that returns an error, it will then use environment variable to get username.

https://github.com/llvm/llvm-project/pull/74628


More information about the cfe-commits mailing list