Skip to content

Commit

Permalink
Export share/clang/* from llvm_toolchain (#375)
Browse files Browse the repository at this point in the history
This allows us to get access to various scripts such as
share/clang/clang-format-diff.
  • Loading branch information
mrkkrp authored Aug 21, 2024
1 parent e710c02 commit 192cf04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions toolchain/BUILD.llvm_repo
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ exports_files(glob(
"bin/*",
"lib/*",
"include/*",
"share/clang/*",
],
allow_empty = True,
))
Expand Down

0 comments on commit 192cf04

Please sign in to comment.