rust/compiler/rustc_llvm
Kazu Hirata 057d6ed147 Remove an extraneous include
SymbolWrapper.cpp doesn't use std::optional or llvm::Optional, so this
patch removes the extraneous include.  Note that llvm/ADT/Optional.h
has been deprecated upstream.  This patch ensures that
SymbolWrapper.cpp continues to compile even after the upcoming removal
of Optional.h.
2023-03-07 22:46:39 -08:00
..
llvm-wrapper Remove an extraneous include 2023-03-07 22:46:39 -08:00
src Add diagnostic translation lints to crates that don't emit them 2022-08-18 19:29:02 +01:00
build.rs Fix uninlined_format_args for some compiler crates 2023-01-05 19:01:12 +01:00
Cargo.toml Remove build_helper 2022-03-05 15:31:22 +01:00