[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:23 PDT 2025
================
@@ -12,36 +12,56 @@ They come in two flavors:
When performing tests we make sure to always use the internal version.
"""
+load("@rules_cc//cc:cc_library.bzl", "cc_library")
----------------
vonosmas wrote:
Is there a reason for migrating away from native.cc_library / native.cc_test in this PR?
https://github.com/llvm/llvm-project/pull/141150
More information about the llvm-commits
mailing list