[llvm] [libc] [libc][bazel] Enable __support tests (PR #73125)

Clement Courbet via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 22 06:46:55 PST 2023


================
@@ -0,0 +1,90 @@
+# This file is licensed 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
+
+# Tests for LLVM libc __support functions.
+
+load("//libc/test:libc_test_rules.bzl", "libc_test")
+
+package(default_visibility = ["//visibility:public"])
----------------
legrosbuffle wrote:

[nit] Do we need public here ?

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


More information about the llvm-commits mailing list