rust/compiler/rustc_llvm
Josh Stone 35adb36779 Avoid LLVM-deprecated `Optional::hasValue`
LLVM 15 added `Optional::has_value`, and LLVM `main` (16) has deprecated
`hasValue`. However, its `explicit operator bool` does the same thing,
and was added long ago, so we can use that across our full LLVM range of
compatibility.
2022-09-26 16:51:18 -07:00
..
llvm-wrapper Avoid LLVM-deprecated `Optional::hasValue` 2022-09-26 16:51:18 -07:00
src Add diagnostic translation lints to crates that don't emit them 2022-08-18 19:29:02 +01:00
Cargo.toml Remove build_helper 2022-03-05 15:31:22 +01:00
build.rs add riscv64gc-unknown-openbsd support (target riscv64-unknown-openbsd on OpenBSD) 2022-08-28 05:22:21 +00:00