Skip to content

Commit 192cf04

Browse files
authored
Export share/clang/* from llvm_toolchain (#375)
This allows us to get access to various scripts such as share/clang/clang-format-diff.
1 parent e710c02 commit 192cf04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

toolchain/BUILD.llvm_repo

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ exports_files(glob(
2020
"bin/*",
2121
"lib/*",
2222
"include/*",
23+
"share/clang/*",
2324
],
2425
allow_empty = True,
2526
))

0 commit comments

Comments
 (0)