about summary refs log tree commit diff
path: root/src/bootstrap/defaults/config.codegen.toml
AgeCommit message (Collapse)AuthorLines
2023-11-08Fix issue #110087LuuuX-1/+1
Three tasks have been implemented here. Add a new `download-ci-llvm = if-unchange` option and enable if by default for `profile = codegen`. Include all build artifacts by traversing the llvm-project build output, Keep the downloadable llvm the same state as if you have just run a full source build. After selecting the codegen profile during ./x.py setup, the submodule will be automatically downloaded.
2023-04-08Make "codegen" config.toml profile build llvmMatt Harding-0/+2
2023-03-15add `enable-warnings` flag for llvmozkanonur-0/+2
Signed-off-by: ozkanonur <work@onurozkan.dev>
2023-03-05Sync codegen defaults with compiler defaults and add a ping message so they ↵Joshua Nelson-0/+2
stay in sync
2022-05-05Enable compiler-docs by default for `compiler`, `codegen`, and `tools` profiles.Joshua Nelson-0/+4
2021-04-25Set `backtrace-on-ice` by default for compiler and codegen profilesJoshua Nelson-0/+2
If there's an ICE while bootstrapping, it's most likely because of a change to the compiler.
2020-10-04Rename bootstrap/defaults/{config.toml.PROFILE => config.PROFILE.toml}Thom Chiovoloni-0/+13