Skip to content

Commit

Permalink
[bazel] Port for e05c1b4.
Browse files Browse the repository at this point in the history
  • Loading branch information
hokein committed Apr 3, 2024
1 parent d1f5850 commit d0dcf06
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion utils/bazel/llvm-project-overlay/clang/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2651,7 +2651,11 @@ cc_library(
srcs = glob([
"lib/ExtractAPI/**/*.cpp",
]),
hdrs = glob(["include/clang/ExtractAPI/**/*.h"]),
hdrs = glob([
"include/clang/ExtractAPI/**/*.h",
]) + [
"include/clang/ExtractAPI/APIRecords.inc",
],
includes = ["include"],
deps = [
":ast",
Expand Down

0 comments on commit d0dcf06

Please sign in to comment.