summary refs log tree commit diff
path: root/src/bootstrap/native.rs
AgeCommit message (Expand)AuthorLines
2023-03-02Auto merge of #107879 - icedrocket:update-llvm, r=cuviperbors-9/+12
2023-02-28Skip test `download_ci_llvm` with modified LLVMJosh Stone-9/+12
2023-02-21Revert "port over symlink_file function from Build to Config and create symli...Jakub Beránek-1/+1
2023-02-18Auto merge of #106476 - keith:ks/add-sanitizer-support-for-modern-ios-platfor...bors-3/+22
2023-02-12Add sanitizer support for modern iOS platformsKeith Smiley-3/+22
2023-02-10Update the minimum external LLVM to 14Josh Stone-2/+2
2023-02-09port over symlink_file function from Build to Config and create symlink for l...Zephaniah Ong-1/+1
2023-01-27Revisit fix_is_ci_llvm_available logic; read build triple from tomlSergey Prytkov-34/+31
2023-01-20Enable sanitizers for s390x-linuxUlrich Weigand-0/+6
2023-01-11Change `src/test` to `tests` in source files, fix tidy and testsAlbert Larsan-3/+3
2023-01-06Auto merge of #106415 - Nilstrieb:where-is-my-master-branch, r=jyn514bors-1/+3
2023-01-05Add vendor to Fuchsia's target tripleDavid Koloski-2/+2
2023-01-03turn a comment into an actual doc commentRémy Rakic-7/+7
2023-01-03slight cleanupRémy Rakic-2/+1
2023-01-03make the `native::LLD` step able to use an already built lldRémy Rakic-0/+14
2023-01-03Add `build_helper` crate to share code between tidy and bootstrapNilstrieb-1/+3
2022-12-31Revert "Auto merge of #105058 - Nilstrieb:no-merge-commits-for-you-only-bors-...Joshua Nelson-3/+1
2022-12-30Add `build_helper` crate to share code between tidy and bootstrapNilstrieb-1/+3
2022-12-22Auto merge of #106000 - nikic:lld-build, r=Mark-Simulacrumbors-63/+46
2022-12-22Use LLVM_CMAKE_DIR for lld buildNikita Popov-59/+46
2022-12-21Don't explicitly set C++ standard for lldNikita Popov-4/+0
2022-12-19Fix arch flag on i686-apple-darwinMarcus Calhoun-Lopez-0/+3
2022-11-13Make all download functions need only Config, not BuilderJoshua Nelson-79/+5
2022-11-12Distinguish `--dry-run` from the automatic dry run checkJoshua Nelson-10/+10
2022-11-03Fix artifact version/channel detection for stableMark Rousskov-2/+2
2022-10-10Auto merge of #94381 - Kobzol:llvm-bolt, r=Mark-Simulacrumbors-0/+29
2022-10-09Use BOLT in x64 dist CI to optimize LLVMJakub Beránek-0/+29
2022-10-07Don't run llvm-config in dry runsJosh Stone-5/+10
2022-10-07Let llvm-config tell us where to find its toolsJosh Stone-9/+4
2022-10-02Auto merge of #100557 - dawnofmidnight:tarball-commit-info, r=Mark-Simulacrumbors-22/+30
2022-10-01fix: use git-commit-info for version informationdawnofmidnight-22/+30
2022-09-16Remove the allow-list for dynamic linking of LLVM toolsChris Wailes-7/+2
2022-09-01Auto merge of #100707 - dzvon:fix-typo, r=davidtwcobors-1/+1
2022-08-31Fix a bunch of typoDezhi Wu-1/+1
2022-08-28add riscv64gc-unknown-openbsd support (target riscv64-unknown-openbsd on Open...Sébastien Marie-2/+3
2022-08-20Enable downloading prebuilt LLVM in test buildersMark Rousskov-1/+7
2022-08-19Refactor if-available setting to work in CIMark Rousskov-9/+74
2022-08-14Update the minimum external LLVM to 13Josh Stone-2/+2
2022-08-09Explicitly disable zstd supportNikita Popov-0/+3
2022-08-03Set llvm configs when building lldtopjohnwu-19/+21
2022-07-30Discover channel for artifact downloadMark Rousskov-1/+2
2022-07-11Auto merge of #96978 - lqd:win_pgo2, r=Mark-Simulacrumbors-1/+17
2022-07-11extend bootstrap for PGO on windowsRémy Rakic-1/+17
2022-07-11Auto merge of #98526 - jyn514:download-llvm-outside-checkout, r=Mark-Simulacrumbors-1/+1
2022-07-11Fix `download-ci-llvm` NixOS patching for binariesoxalica-2/+2
2022-07-10Allow using `download-ci-llvm = true` outside the git checkoutJoshua Nelson-1/+1
2022-07-09Auto merge of #98328 - topjohnwu:fix_cross, r=jyn514bors-1/+22
2022-07-04Proper macOS libLLVM symlink when cross compilingtopjohnwu-8/+6
2022-07-03Set CLANG_TABLEGEN when cross compiling clangtopjohnwu-0/+9
2022-07-03Fix cross compiling on macOStopjohnwu-1/+13