[llvm-branch-commits] [libc] [libc][realpath] Support relative paths (PR #209374)
Jackson Stogel via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Jul 17 10:55:25 PDT 2026
================
@@ -190,7 +206,11 @@ class LlvmLibcRealpathTest : public LIBC_NAMESPACE::testing::ErrnoCheckingTest {
}
private:
- char buf_[PATH_MAX];
+ // Buffer for storing realpath output.
+ char realpath_buf_[PATH_MAX];
----------------
jtstogel wrote:
Thanks, done
https://github.com/llvm/llvm-project/pull/209374
More information about the llvm-branch-commits
mailing list