[clang-tools-extra] [flang] [clang] [llvm] [flang ]GETLOG runtime and extension implementation: get login username (PR #70917)
Yi Wu via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 28 06:33:11 PST 2023
================
@@ -9,6 +9,17 @@
// Defines the API between compiled code and the implementations of time-related
// intrinsic subroutines in the runtime library.
+// time-intrinsic.h
+#ifndef TIME_INTRINSIC_H
+#define TIME_INTRINSIC_H
+
+#include <cstddef>
+
+void copyBufferAndPad(
+ char *dest, std::size_t destChars, char *buffer, std::size_t len);
----------------
yi-wu-arm wrote:
Thanks for pointing this out!
https://github.com/llvm/llvm-project/pull/70917
More information about the cfe-commits
mailing list