mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 20:00:12 +01:00
Tested on Ubuntu 20.04 and macOS (both Intel and M1 BigSur). The bootstrap option is still available with `--config=force_local_bootstrap`. Note that while this works on the ARM M1 for macOS, it is using the x86-based toolchain and Rosetta, not doing an ARM build at the moment. You can also point at a locally installed Clang and LLVM toolchain by using the `--override_repository` flag to Bazel. Co-authored-by: Matthew Riley <mdriley@gmail.com>