[clang-tools-extra] [flang] [clang] [llvm] [flang] GETLOG runtime and extension implementation: get login username (PR #74628)
Yi Wu via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 13 09:11:54 PST 2023
================
@@ -6,6 +6,37 @@
//
//===----------------------------------------------------------------------===//
+// Defines a utility function for copying and padding characters
+#ifndef CHARACTER_H
+#define CHARACTER_H
----------------
yi-wu-arm wrote:
Thanks for pointing this out, I have moved it under `runtime/tools.h`.
https://github.com/llvm/llvm-project/pull/74628
More information about the cfe-commits
mailing list