about summary refs log tree commit diff
path: root/compiler/rustc_llvm/build.rs
AgeCommit message (Expand)AuthorLines
2025-09-12remove outdated jsbackend leftoversklensy-1/+0
2025-09-09Rollup merge of #146184 - dpaoliello:llvmbuildarm64, r=cuviperStuart Cook-1/+4
2025-09-06Update comment for werror on rust-lang/rust CI explaining why we keep MSVC de...Romain Perier-4/+4
2025-09-03In the rustc_llvm build script, don't consider arm64* to be 32-bitDaniel Paoliello-1/+4
2025-08-16Remove `LlvmArchiveBuilder` and supporting code/bindingsZalathar-1/+0
2025-08-10Fix typo with paren rustc_llvm/build.rsDaniel Paoliello-1/+1
2025-08-07Pass -Werror when building the LLVM wrapperRomain Perier-0/+10
2025-07-11Avoid building C++ for rustc_llvm with --compile-time-depsbjorn3-0/+4
2025-05-31rustc_llvm: add Windows system libs only when cross-compiling from WindowsMateusz Mikuła-2/+2
2025-05-15Experimental cygwin support in rustc王宇逸-0/+1
2025-03-04promote ohos targets to tier to with host toolsLuuuXXX-1/+2
2025-02-22Fix overcapturing, unsafe extern blocks, and new unsafe opsMichael Goulet-2/+6
2025-02-10move second opt run to lto phase and cleanup codeManuel Drehwald-0/+4
2024-12-27Fix typoschloefeal-1/+1
2024-09-15Add system libs when cross compiling for WindowsChris Denton-1/+4
2024-08-09Enable zstd for debug compression.Kyle Huey-3/+26
2024-07-12Fix incorrect NDEBUG handling in LLVM bindingsNikita Popov-2/+1
2024-06-24rustc_llvm: Link against libatomic on 32-bit SPARCJohn Paul Adrian Glaubitz-0/+1
2024-05-29Teach rustc about the Xtensa arch.Scott Mabin-0/+1
2024-04-24Improved the compiler code with clippyMichael Scholten-1/+1
2024-04-06Rollup merge of #123294 - Nilstrieb:reuqire-llvm-config, r=clubby789Matthias Krüger-20/+2
2024-04-02Fix build on AIXKai Luo-1/+2
2024-04-02Fix linking c++ runtimes on AIXKai Luo-0/+5
2024-03-31Require LLVM_CONFIG to be set in rustc_llvm/build.rsNilstrieb-20/+2
2023-12-05Use new check-cfg syntax in rustc_llvm build scriptUrgau-1/+1
2023-11-13Rollup merge of #114224 - inferiorhumanorgans:solaris-llvm-wrapper, r=cuviperMatthias Krüger-0/+6
2023-11-13Mention LLVM 64186 in a commentJosh Stone-0/+1
2023-10-27For i586/NetBSD: fix another formatting insistence.Havard Eidnes-3/+1
2023-10-26rustc_llvm/build.rs: improve comment for NetBSD/i386 targetsHavard Eidnes-1/+3
2023-10-25Add support for i586-unknown-netbsd as target.Havard Eidnes-0/+6
2023-09-02Rollup merge of #114349 - inferiorhumanorgans:dragonfly-link-libz, r=cuviperMatthias Krüger-1/+4
2023-08-14add a csky-unknown-linux-gnuabiv2 targetDirreke-0/+1
2023-08-07rustc_llvm: Link `zlib` on cross Solaris buildsAlex Zepeda-1/+3
2023-08-01rustc_llvm: Link to `zlib` on dragonflyAlex Zepeda-1/+2
2023-07-29rustc_llvm: Link to libkstat on Solaris/SPARCAlex Zepeda-0/+5
2023-07-17Link to `execinfo` on NetBSDJakub Beránek-1/+4
2023-04-04Enable loongarch64 LLVM targetzhaixiaojuan-0/+1
2023-03-23Link against libc++ on AIXKai Luo-0/+1
2023-01-05Fix `uninlined_format_args` for some compiler cratesnils-14/+14
2022-12-09Auto merge of #104572 - pkubaj:patch-1, r=cuviperbors-6/+8
2022-12-09Fix build on powerpc-unknown-freebsdpkubaj-6/+8
2022-11-26Rewrite LLVM's archive writer in Rustbjorn3-0/+1
2022-10-28Upgrade dist-x86_64-netbsd to NetBSD 9.0Josh Stone-1/+1
2022-08-28add riscv64gc-unknown-openbsd support (target riscv64-unknown-openbsd on Open...Sébastien Marie-2/+2
2022-08-09Link libatomic on 32-bit targetsNikita Popov-0/+7
2022-07-03Add cargo:rustc-check-cfg to rustc_llvm build scriptUrgau-33/+29
2022-05-13Add LLVM based mingw-w64 targetsMateusz Mikuła-4/+5
2022-03-05Remove build_helperbjorn3-5/+66
2021-12-03Explain why libatomic is not needed on FreeBSD riscv64Tobias Kortkamp-1/+4
2021-11-27Add riscv64gc-unknown-freebsdTobias Kortkamp-1/+1