Skip to content

Commit 3c99d25

Browse files
committed
[bazel] Fix clang-format build
Post #76327 the build rule required the header in lib as source too. Tried to just do minimal change specific to build.
1 parent 8ee3dfd commit 3c99d25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2386,6 +2386,7 @@ cc_binary(
23862386
name = "clang-format",
23872387
srcs = [
23882388
"tools/clang-format/ClangFormat.cpp",
2389+
"lib/Format/MatchFilePath.h",
23892390
],
23902391
stamp = 0,
23912392
deps = [

0 commit comments

Comments
 (0)