Skip to content

Commit

Permalink
Remove unused msvc-wrapper related filegroups
Browse files Browse the repository at this point in the history
RELNOTES: None
  • Loading branch information
hlopko committed May 30, 2019
1 parent 3290e22 commit ba9aaab
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions tools/cpp/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -357,10 +357,10 @@ toolchain(

cc_toolchain(
name = "cc-compiler-x64_windows_msvc",
all_files = ":every-file-x64_windows",
all_files = ":empty",
ar_files = ":empty",
as_files = ":empty",
compiler_files = ":compile-x64_windows",
compiler_files = ":empty",
dwp_files = ":empty",
linker_files = ":empty",
objcopy_files = ":empty",
Expand Down Expand Up @@ -391,24 +391,6 @@ toolchain(
toolchain_type = ":toolchain_type",
)

filegroup(
name = "every-file-x64_windows",
srcs = [
":compile-x64_windows",
],
)

filegroup(
name = "compile-x64_windows",
srcs = glob(
[
"wrapper/bin/msvc_*",
"wrapper/bin/pydir/msvc*",
],
allow_empty = True,
),
)

filegroup(
name = "srcs",
srcs = glob(["**"]) + [
Expand Down

0 comments on commit ba9aaab

Please sign in to comment.