mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 21:00:13 +01:00
The `carbon_prelude` macro was defined in bazel/carbon_rules/defs.bzl. This file contains `carbon_library` and `carbon_binary` which are mostly intended as example Bazel rules for building Carbon binaries. The `carbon_prelude` macro, however, is used now to build the runtimes for the Carbon toolchain. We move it to a more central location where the rest of the runtimes are processed, in toolchain/runtimes/carbon_runtimes.bzl.