rust/compiler/rustc_llvm
Stuart Cook 828dd0cdd4
Rollup merge of #147509 - AMS21:remove_llvm_rust_intrinsics, r=Zalathar
remove intrinsic wrapper functions from LLVM bindings

As discussed on https://github.com/llvm/llvm-project/pull/162500 there is no good reason to implement these intrinsic function via the LLVM wrapper instead we now just implement them via `call_intrinsic` like all the other intrinsic functions.

Work towards https://github.com/rust-lang/rust/issues/46437
2025-10-09 21:29:05 +11:00
..
llvm-wrapper Rollup merge of #147509 - AMS21:remove_llvm_rust_intrinsics, r=Zalathar 2025-10-09 21:29:05 +11:00
src remove outdated jsbackend leftovers 2025-09-12 12:03:09 +03:00
build.rs remove outdated jsbackend leftovers 2025-09-12 12:03:09 +03:00
Cargo.toml [win] Use find-msvc-tools instead of cc to find the linker and rc on Windows 2025-09-19 12:00:30 -07:00