[llvm] [libc][bazel] Add CPP tests (PR #65941)
Clement Courbet via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 11 02:44:51 PDT 2023
================
@@ -0,0 +1,112 @@
+# 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 CPP functions.
+
+package(default_visibility = ["//visibility:public"])
----------------
legrosbuffle wrote:
[nit] why ? these are tests...
https://github.com/llvm/llvm-project/pull/65941
More information about the llvm-commits
mailing list