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

via flang-commits flang-commits at lists.llvm.org
Wed Dec 13 06:57:58 PST 2023


================
@@ -6,6 +6,37 @@
 //
 //===----------------------------------------------------------------------===//
 
+// Defines a utility function for copying and padding characters
+#ifndef CHARACTER_H
+#define CHARACTER_H
----------------
jeanPerier wrote:

Did you intend to place this code in a new runtime/character.h header?

It would make more sense to me to no expose this helper in the public runtime API headers, I think you could just put in in runtime/tools.h that is a good fit for it.

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


More information about the flang-commits mailing list