index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_llvm
/
build.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-12
remove outdated jsbackend leftovers
klensy
-1
/
+0
2025-09-09
Rollup merge of #146184 - dpaoliello:llvmbuildarm64, r=cuviper
Stuart Cook
-1
/
+4
2025-09-06
Update comment for werror on rust-lang/rust CI explaining why we keep MSVC de...
Romain Perier
-4
/
+4
2025-09-03
In the rustc_llvm build script, don't consider arm64* to be 32-bit
Daniel Paoliello
-1
/
+4
2025-08-16
Remove `LlvmArchiveBuilder` and supporting code/bindings
Zalathar
-1
/
+0
2025-08-10
Fix typo with paren rustc_llvm/build.rs
Daniel Paoliello
-1
/
+1
2025-08-07
Pass -Werror when building the LLVM wrapper
Romain Perier
-0
/
+10
2025-07-11
Avoid building C++ for rustc_llvm with --compile-time-deps
bjorn3
-0
/
+4
2025-05-31
rustc_llvm: add Windows system libs only when cross-compiling from Windows
Mateusz Mikuła
-2
/
+2
2025-05-15
Experimental cygwin support in rustc
王宇逸
-0
/
+1
2025-03-04
promote ohos targets to tier to with host tools
LuuuXXX
-1
/
+2
2025-02-22
Fix overcapturing, unsafe extern blocks, and new unsafe ops
Michael Goulet
-2
/
+6
2025-02-10
move second opt run to lto phase and cleanup code
Manuel Drehwald
-0
/
+4
2024-12-27
Fix typos
chloefeal
-1
/
+1
2024-09-15
Add system libs when cross compiling for Windows
Chris Denton
-1
/
+4
2024-08-09
Enable zstd for debug compression.
Kyle Huey
-3
/
+26
2024-07-12
Fix incorrect NDEBUG handling in LLVM bindings
Nikita Popov
-2
/
+1
2024-06-24
rustc_llvm: Link against libatomic on 32-bit SPARC
John Paul Adrian Glaubitz
-0
/
+1
2024-05-29
Teach rustc about the Xtensa arch.
Scott Mabin
-0
/
+1
2024-04-24
Improved the compiler code with clippy
Michael Scholten
-1
/
+1
2024-04-06
Rollup merge of #123294 - Nilstrieb:reuqire-llvm-config, r=clubby789
Matthias Krüger
-20
/
+2
2024-04-02
Fix build on AIX
Kai Luo
-1
/
+2
2024-04-02
Fix linking c++ runtimes on AIX
Kai Luo
-0
/
+5
2024-03-31
Require LLVM_CONFIG to be set in rustc_llvm/build.rs
Nilstrieb
-20
/
+2
2023-12-05
Use new check-cfg syntax in rustc_llvm build script
Urgau
-1
/
+1
2023-11-13
Rollup merge of #114224 - inferiorhumanorgans:solaris-llvm-wrapper, r=cuviper
Matthias Krüger
-0
/
+6
2023-11-13
Mention LLVM 64186 in a comment
Josh Stone
-0
/
+1
2023-10-27
For i586/NetBSD: fix another formatting insistence.
Havard Eidnes
-3
/
+1
2023-10-26
rustc_llvm/build.rs: improve comment for NetBSD/i386 targets
Havard Eidnes
-1
/
+3
2023-10-25
Add support for i586-unknown-netbsd as target.
Havard Eidnes
-0
/
+6
2023-09-02
Rollup merge of #114349 - inferiorhumanorgans:dragonfly-link-libz, r=cuviper
Matthias Krüger
-1
/
+4
2023-08-14
add a csky-unknown-linux-gnuabiv2 target
Dirreke
-0
/
+1
2023-08-07
rustc_llvm: Link `zlib` on cross Solaris builds
Alex Zepeda
-1
/
+3
2023-08-01
rustc_llvm: Link to `zlib` on dragonfly
Alex Zepeda
-1
/
+2
2023-07-29
rustc_llvm: Link to libkstat on Solaris/SPARC
Alex Zepeda
-0
/
+5
2023-07-17
Link to `execinfo` on NetBSD
Jakub Beránek
-1
/
+4
2023-04-04
Enable loongarch64 LLVM target
zhaixiaojuan
-0
/
+1
2023-03-23
Link against libc++ on AIX
Kai Luo
-0
/
+1
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-14
/
+14
2022-12-09
Auto merge of #104572 - pkubaj:patch-1, r=cuviper
bors
-6
/
+8
2022-12-09
Fix build on powerpc-unknown-freebsd
pkubaj
-6
/
+8
2022-11-26
Rewrite LLVM's archive writer in Rust
bjorn3
-0
/
+1
2022-10-28
Upgrade dist-x86_64-netbsd to NetBSD 9.0
Josh Stone
-1
/
+1
2022-08-28
add riscv64gc-unknown-openbsd support (target riscv64-unknown-openbsd on Open...
Sébastien Marie
-2
/
+2
2022-08-09
Link libatomic on 32-bit targets
Nikita Popov
-0
/
+7
2022-07-03
Add cargo:rustc-check-cfg to rustc_llvm build script
Urgau
-33
/
+29
2022-05-13
Add LLVM based mingw-w64 targets
Mateusz Mikuła
-4
/
+5
2022-03-05
Remove build_helper
bjorn3
-5
/
+66
2021-12-03
Explain why libatomic is not needed on FreeBSD riscv64
Tobias Kortkamp
-1
/
+4
2021-11-27
Add riscv64gc-unknown-freebsd
Tobias Kortkamp
-1
/
+1
[next]