[llvm] [libc][bazel] Add bazel targets for libc/include/... tests. (PR #141150)
Alexey Samsonov via llvm-commits
llvm-commits at lists.llvm.org
Fri May 23 15:45:24 PDT 2025
================
@@ -4,19 +4,315 @@
# Tests for LLVM libc public headers.
-load("//libc/test:libc_test_rules.bzl", "libc_test")
-
-package(default_visibility = ["//visibility:public"])
----------------
vonosmas wrote:
Could you please restore the default_visibility? It's not too useful for Bazel land, but we're keeping it for consistency.
https://github.com/llvm/llvm-project/pull/141150
More information about the llvm-commits
mailing list