Skip to content

Commit

Permalink
Expose clang-format, git-clang-format, and libclang
Browse files Browse the repository at this point in the history
This makes it possible to use sandboxed versions of those tools in
scripts.

Signed-off-by: Austin Schuh <austin.linux@gmail.com>
  • Loading branch information
AustinSchuh committed Jan 8, 2025
1 parent 361f5ab commit a7e558d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions toolchain/BUILD.llvm_repo
Original file line number Diff line number Diff line change
Expand Up @@ -150,3 +150,18 @@ filegroup(
name = "clang-tidy",
srcs = ["bin/clang-tidy"],
)

filegroup(
name = "clang-format",
srcs = ["bin/clang-format"],
)

filegroup(
name = "git-clang-format",
srcs = ["bin/git-clang-format"],
)

filegroup(
name = "libclang",
srcs = ["lib/libclang.so"],
)

0 comments on commit a7e558d

Please sign in to comment.