Skip to content

Commit a557550

Browse files
committed
[clang][bazel] add missing target
1 parent e84a804 commit a557550

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

utils/bazel/llvm-project-overlay/clang/BUILD.bazel

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file is licensed under the Apache License v2.0 with LLVM Exceptions.
1+
/Users/yijiagu # 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
44

@@ -79,6 +79,13 @@ gentbl_cc_library(
7979
],
8080
"include/clang/Basic/Diagnostic%sCompatIDs.inc" % c,
8181
),
82+
(
83+
[
84+
"-gen-clang-diags-iface",
85+
"-clang-component=%s" % c,
86+
],
87+
"include/clang/Basic/Diagnostic%sInterface.inc" % c,
88+
),
8289
]] + [
8390
(
8491
["-gen-clang-diag-groups"],

0 commit comments

Comments
 (0)