[llvm] [Flang][runtime] Fix RENAME intrinsic, remove trailing blanks (PR #159123)

via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 17 02:20:36 PDT 2025


================
@@ -525,6 +525,9 @@ RT_API_ATTRS void ShallowCopy(const Descriptor &to, const Descriptor &from,
     bool toIsContiguous, bool fromIsContiguous);
 RT_API_ATTRS void ShallowCopy(const Descriptor &to, const Descriptor &from);
 
+// Determines if a character string is null-terminated.
+RT_API_ATTRS bool IsNullTerminated(char *str, std::size_t length);
----------------
jeanPerier wrote:

Not needed with suggestion.

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


More information about the llvm-commits mailing list