Skip to content

Commit d0dcf06

Browse files
committed
[bazel] Port for e05c1b4.
1 parent d1f5850 commit d0dcf06

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2651,7 +2651,11 @@ cc_library(
26512651
srcs = glob([
26522652
"lib/ExtractAPI/**/*.cpp",
26532653
]),
2654-
hdrs = glob(["include/clang/ExtractAPI/**/*.h"]),
2654+
hdrs = glob([
2655+
"include/clang/ExtractAPI/**/*.h",
2656+
]) + [
2657+
"include/clang/ExtractAPI/APIRecords.inc",
2658+
],
26552659
includes = ["include"],
26562660
deps = [
26572661
":ast",

0 commit comments

Comments
 (0)