Skip to content

Commit

Permalink
Move MSVC toolchain setup into buck2 prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 23, 2023
1 parent 3b73951 commit df0a4a6
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 505 deletions.
2 changes: 1 addition & 1 deletion tools/buck/toolchains/BUCK
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
load(":cxx.bzl", "system_cxx_toolchain")
load("@prelude//toolchains:cxx.bzl", "system_cxx_toolchain")
load("@prelude//toolchains:genrule.bzl", "system_genrule_toolchain")
load("@prelude//toolchains:python.bzl", "system_python_bootstrap_toolchain")
load("@prelude//toolchains:rust.bzl", "system_rust_toolchain")
Expand Down
182 changes: 0 additions & 182 deletions tools/buck/toolchains/cxx.bzl

This file was deleted.

18 changes: 0 additions & 18 deletions tools/buck/toolchains/msvc/BUCK

This file was deleted.

40 changes: 0 additions & 40 deletions tools/buck/toolchains/msvc/run_msvc_tool.py

This file was deleted.

65 changes: 0 additions & 65 deletions tools/buck/toolchains/msvc/tools.bzl

This file was deleted.

Loading

0 comments on commit df0a4a6

Please sign in to comment.