Skip to content

Commit 005e182

Browse files
authored
[clang][bazel] Fix BUILD after da00c60
Second attempt. This also reverts 5063386.
1 parent 5063386 commit 005e182

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2079,6 +2079,7 @@ cc_library(
20792079
"include/clang/Serialization/AttrPCHRead.inc",
20802080
"include/clang/Serialization/AttrPCHWrite.inc",
20812081
] + glob([
2082+
"include/clang/Frontend/*.h",
20822083
"lib/Serialization/*.cpp",
20832084
"lib/Serialization/*.h",
20842085
]),
@@ -2090,12 +2091,14 @@ cc_library(
20902091
"include/clang/Serialization/*.def",
20912092
]),
20922093
deps = [
2094+
":apinotes",
20932095
":ast",
20942096
":basic",
2095-
":frontend",
2097+
":driver",
20962098
":lex",
20972099
":sema",
20982100
":serialization_attr_gen",
2101+
":static_analyzer_core_options",
20992102
":type_nodes_gen",
21002103
"//llvm:BitReader",
21012104
"//llvm:BitWriter",

0 commit comments

Comments
 (0)