rust/compiler/rustc_codegen_ssa
bors 5ad98b4026 Auto merge of #129257 - ChrisDenton:rename-null-descriptor, r=jieyouxu
Allow rust staticlib to work with MSVC's /WHOLEARCHIVE

This fixes #129020 by renaming the `__NULL_IMPORT_DESCRIPTOR` to prevent conflicts.

try-job: dist-i686-msvc
2024-08-22 15:53:02 +00:00
..
src Auto merge of #129257 - ChrisDenton:rename-null-descriptor, r=jieyouxu 2024-08-22 15:53:02 +00:00
Cargo.toml Auto merge of #129257 - ChrisDenton:rename-null-descriptor, r=jieyouxu 2024-08-22 15:53:02 +00:00
messages.ftl Always use ar_archive_writer for import libs 2024-08-17 19:10:46 +00:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.