[libc-commits] [libc] [llvm] [libc][realpath] Follow symlinks (PR #212164)

Jeff Bailey via libc-commits libc-commits at lists.llvm.org
Wed Jul 29 07:58:48 PDT 2026


================
@@ -84,12 +84,15 @@ add_header_library(
   HDRS
     string.h
   DEPENDS
+    .algorithm
----------------
kaladron wrote:

It looks like this list is missing `libc.src.string.memory_utils.inline_memmove` (preexisting but nice to get while we're in here)

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


More information about the libc-commits mailing list