aboutsummaryrefslogtreecommitdiff
path: root/toolchains.py
AgeCommit message (Expand)Author
2023-08-10Revert "Support building the toolchain on and for non-x86 architectures."Yi Kong
2023-08-02Support building the toolchain on and for non-x86 architectures.Peter Collingbourne
2023-02-06Drop local revert for the new clang resource dir schemeYi Kong
2022-09-19Support building clang for musl hostColin Cross
2022-09-06fix .so file not found errors for newer releasesChih-Hung Hsieh
2022-07-28Drop LLVM_LIBDIR_SUFFIXYi Kong
2022-04-14Add a builtins library for baremetal aarch64.Peter Collingbourne
2021-10-25switch from MinGW windres to llvm-windresNick Desaulniers
2021-10-19Upgrade to new version r437112Chih-Hung Hsieh
2021-10-18Do not build openmp for the hostPirama Arumuga Nainar
2021-06-15Use installed libcxx headers when building standalone libcxxabi.Yabin Cui
2020-12-17Use llvm-lipo instead of system lipoYi Kong
2020-10-19Set CMAKE_LINKER to lld from the build toolchainPirama Arumuga Nainar
2020-08-12Add a global default toolchain settingHaibo Huang
2020-08-11Clean up more unused codeHaibo Huang
2020-08-06Adds an option to build windows toolchain with win_sdkHaibo Huang
2020-08-06Link libxml2 to lldbHaibo Huang
2020-08-03Use llvm tools for buildHaibo Huang
2020-07-28Update language to comply with Android's inclusive language guidanceNick Desaulniers
2020-06-25Use a proper llvm-strip command (to fix Darwin plugins)Stephen Hines
2020-04-24Explicitly sets the toolchain used to build runtime.Haibo Huang
2020-04-21Convert libomp, libfuzzers and compiler-rt to builderHaibo Huang
2020-04-13Optionally builds lldb for stage1Haibo Huang
2020-04-10Move lldb-server to use builderHaibo Huang
2020-04-01Adds a BuilderRegistry class to manage all build stepsHaibo Huang
2020-03-24Refactor stage2Haibo Huang
2020-03-20Refactor build scriptHaibo Huang