[libc-commits] [libc] [libc][stdlib] Add EnvironmentManager (PR #195260)

Jeff Bailey via libc-commits libc-commits at lists.llvm.org
Wed May 6 01:12:44 PDT 2026


================
@@ -0,0 +1,179 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+///
+/// \file
+/// Implementation of internal environment management utilities.
+///
+//===----------------------------------------------------------------------===//
+
+#include "src/stdlib/environ_internal.h"
+#include "config/app.h"
----------------
kaladron wrote:

The relative path for config is used elsewhere in the tree when changing it to the path you suggested causes the build to break.  That a change would affect all source locations, I'm going to leave this as it is.

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


More information about the libc-commits mailing list