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
build.rs
Cargo.toml