Skip to content

Commit 07af507

Browse files
authored
Windows toolchain fix [IO-410] (#159)
Similar to #157, some more files need to be cleaned up (`dwp_files`). While this might work with WORKSPACE, the build fails when using `bzl_mod`. This changes is tested in: - [x] starling-core as `WORKSPACE` - [x] starling-core as `bzl_mod`
1 parent ce26e5f commit 07af507

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

cc/toolchains/llvm_x86_64_windows/BUILD.bazel

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,6 @@ filegroup(
5151
],
5252
)
5353

54-
filegroup(
55-
name = "dwp_files",
56-
srcs = [
57-
":wrappers",
58-
"@llvm_mingw_toolchain//:dwp",
59-
],
60-
)
61-
6254
filegroup(
6355
name = "linker_files",
6456
srcs = [

0 commit comments

Comments
 (0)