mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 21:20:11 +01:00
This picks up a newer version of LLVM and the LLVM Bazel integration. The big change here is that we can configure the LLVM targets that are built, which allows us to dramatically reduce the build costs by focusing on a couple of CPUs for the time being. There are a few API updates needed as well. This also rotates the cache version so we start with a clean Bazel cache from here. Otherwise we'd potentially pay the cost of carrying around stale bits of LLVM endlessly.
Third-party
This directory contains code from third-party projects used by Carbon. Code under this directory has some "upstream" that is not Carbon itself. In some cases, they may be under their own open source license.