This commit is contained in:
Benjamin Kramer 2022-08-12 14:52:49 +02:00 committed by GitHub
parent 06b97b4985
commit 170ec0e418
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4043,8 +4043,8 @@ cc_binary(
cc_binary(
name = "split-file",
srcs = glob([
"tools/split-file/*.cpp",
"tools/split-file/*.h",
"utils/split-file/*.cpp",
"utils/split-file/*.h",
]),
copts = llvm_copts,
stamp = 0,