Skip to content

Commit

Permalink
[bazel] Port #96704 (#98507)
Browse files Browse the repository at this point in the history
  • Loading branch information
keith authored Jul 11, 2024
1 parent e66ea43 commit dd44003
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions utils/bazel/llvm-project-overlay/clang/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2525,6 +2525,7 @@ cc_binary(
"//llvm:Object",
"//llvm:Option",
"//llvm:Passes",
"//llvm:Remarks",
"//llvm:Support",
"//llvm:Target",
"//llvm:TargetParser",
Expand Down Expand Up @@ -2637,9 +2638,9 @@ cc_library(
"lib/ExtractAPI/**/*.cpp",
]),
hdrs = glob([
"include/clang/ExtractAPI/**/*.h",
"include/clang/ExtractAPI/**/*.h",
]) + [
"include/clang/ExtractAPI/APIRecords.inc",
"include/clang/ExtractAPI/APIRecords.inc",
],
includes = ["include"],
deps = [
Expand Down

0 comments on commit dd44003

Please sign in to comment.