Skip to content

Commit c573eeb

Browse files
slackitomahesh-attarde
authored andcommitted
[bazel] Fix build after 0e35f56 (llvm#160933)
1 parent b1933e9 commit c573eeb

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
@@ -1313,7 +1313,10 @@ cc_library(
13131313

13141314
cc_library(
13151315
name = "tooling_dependency_scanning",
1316-
srcs = glob(["lib/Tooling/DependencyScanning/**/*.cpp"]),
1316+
srcs = glob([
1317+
"lib/Tooling/DependencyScanning/**/*.h",
1318+
"lib/Tooling/DependencyScanning/**/*.cpp",
1319+
]),
13171320
hdrs = glob(["include/clang/Tooling/DependencyScanning/**/*.h"]),
13181321
deps = [
13191322
":basic",

0 commit comments

Comments
 (0)