rust/compiler/rustc_codegen_llvm/src/llvm
Nilstrieb ffafcd8819 Update to bitflags 2 in the compiler
This involves lots of breaking changes. There are two big changes that
force changes. The first is that the bitflag types now don't
automatically implement normal derive traits, so we need to derive them
manually.

Additionally, bitflags now have a hidden inner type by default, which
breaks our custom derives. The bitflags docs recommend using the impl
form in these cases, which I did.
2023-12-30 18:17:28 +01:00
..
archive_ro.rs Use object instead of LLVM for reading bitcode from rlibs 2022-07-25 16:07:23 +00:00
diagnostic.rs make opt diagnostic kinds printable 2023-07-14 11:11:59 +00:00
ffi.rs Update to bitflags 2 in the compiler 2023-12-30 18:17:28 +01:00
mod.rs Recognize AIX style archive kind 2023-04-19 11:10:47 +08:00