rust/compiler/rustc_llvm
AMS21 0abecda9ed
Replace LLVMRustContextCreate with normal LLVM-C API calls
Since `LLVMRustContextCreate` can easily be replaced with a call to
`LLVMContextCreate` and `LLVMContextSetDiscardValueNames`.
2025-10-10 15:45:40 +02:00
..
llvm-wrapper Replace LLVMRustContextCreate with normal LLVM-C API calls 2025-10-10 15:45:40 +02: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