[llvm] [libc][bazel] Prevent LIBC_NAMESPACE leakeage (PR #70455)

via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 6 07:01:36 PST 2023


================
@@ -48,7 +48,7 @@ def _libc_library(name, hidden, copts = [], deps = [], **kwargs):
 # Any library which does not define a public function should be listed with
 # libc_support_library.
 def libc_support_library(name, **kwargs):
-    _libc_library(name = name, hidden = True, **kwargs)
+    _libc_library(name = name, hidden = False, **kwargs)
----------------
lntue wrote:

LGTM

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


More information about the llvm-commits mailing list