We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f0a7cb commit 08ccb5eCopy full SHA for 08ccb5e
toolchain/BUILD.llvm_repo
@@ -150,3 +150,24 @@ filegroup(
150
name = "clang-tidy",
151
srcs = ["bin/clang-tidy"],
152
)
153
+
154
+filegroup(
155
+ name = "clang-format",
156
+ srcs = ["bin/clang-format"],
157
+)
158
159
160
+ name = "git-clang-format",
161
+ srcs = ["bin/git-clang-format"],
162
163
164
165
+ name = "libclang",
166
+ srcs = glob(
167
+ [
168
+ "lib/libclang.so",
169
+ "lib/libclang.dylib",
170
+ ],
171
+ allow_empty = True,
172
+ ),
173
0 commit comments