[clang-tools-extra] [llvm] Add bazel support for clangd as a library. (PR #81556)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 14 14:09:31 PDT 2024
================
@@ -0,0 +1,46 @@
+# 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
+
+package(features = ["layering_check"],
----------------
MaskRay wrote:
llvm/BUILD.bazel places `default_visibility` before `features`. Best to follow its convention.
https://github.com/llvm/llvm-project/pull/81556
More information about the llvm-commits
mailing list