[llvm] [libc][bazel] Create libc_release_library for release configurations. (PR #130694)
Michael Jones via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 11 10:17:06 PDT 2025
================
@@ -2,6 +2,26 @@
# See https://llvm.org/LICENSE.txt for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+load("@bazel_skylib//rules:build_test.bzl", "build_test")
+load("//libc:libc_build_rules.bzl", "libc_release_library")
+
package(default_visibility = ["//visibility:public"])
exports_files(["libc_test_rules.bzl"])
+
+# Sanity check that libc_release_library macro works as intended.
----------------
michaelrj-google wrote:
nit: This sort of test is generally referred to as a smoke test within libc
https://github.com/llvm/llvm-project/pull/130694
More information about the llvm-commits
mailing list