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

Guillaume Chatelet via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 22 07:33:23 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"])
----------------
gchatelet wrote:

Let's do this in a separate patch if you don't mind since there are several other files to fix.

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


More information about the llvm-commits mailing list