Skip to content

Commit df82394

Browse files
committed
[libc][bazel] Export .bzl files for libc/test and libc/test/src/math.
1 parent 3476b56 commit df82394

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# This file is licensed under the Apache License v2.0 with LLVM Exceptions.
22
# See https://llvm.org/LICENSE.txt for license information.
33
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4+
5+
package(default_visibility = ["//visibility:public"])
6+
7+
exports_files(["libc_test_rules.bzl"])

utils/bazel/llvm-project-overlay/libc/test/src/math/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ load("//libc/test/src/math:libc_math_test_rules.bzl", "math_test")
88

99
package(default_visibility = ["//visibility:public"])
1010

11+
exports_files(["libc_math_test_rules.bzl"])
12+
1113
licenses(["notice"])
1214

1315
math_test(

0 commit comments

Comments
 (0)