rust/compiler/rustc_codegen_ssa/src
Luigi Sartor Piucco 4c1f51bf6e
Fix link failure on AVR (incompatible ISA error)
Fixes #137739. A reproducer of the issue is present there. I believe the
root cause was introducing the avr-none target (which has no CPU by
default) and trying to get the ISA revision from there. This commit
uses the `target-cpu` option instead, which is already required to be
present for the target.

Co-authored-by: tones111 <tones111@users.noreply.github.com>
2025-02-28 18:27:35 -03:00
..
back Fix link failure on AVR (incompatible ISA error) 2025-02-28 18:27:35 -03:00
debuginfo Move hashes from rustc_data_structure to rustc_hashes so they can be shared with rust-analyzer 2025-02-16 16:18:30 -05:00
mir ssa/mono: deduplicate type_has_metadata 2025-02-24 08:08:23 +00:00
traits ssa/mono: deduplicate type_has_metadata 2025-02-24 08:08:23 +00:00
assert_module_sources.rs Teach structured errors to display short Ty 2025-02-25 16:56:03 +00:00
base.rs Introduce new-style attribute parsers for several attributes 2025-02-24 14:31:17 +01:00
codegen_attrs.rs Introduce new-style attribute parsers for several attributes 2025-02-24 14:31:17 +01:00
common.rs Test fixing raw-dylib 2024-09-24 10:10:31 -07:00
errors.rs Teach structured errors to display short Ty 2025-02-25 16:56:03 +00:00
lib.rs Persist target features used for codegen beyond tcx 2025-02-16 21:57:03 +01:00
meth.rs More assertions, tests, and miri coverage 2025-01-30 17:44:28 +00:00
mono_item.rs Make a fake body to store typeck results for global_asm 2025-02-22 00:12:07 +00:00
size_of_val.rs Set both nuw and nsw in slice size calculation 2025-02-13 21:26:48 -08:00
target_features.rs add dedicated type for ABI target feature constraints 2025-01-05 10:46:30 +01:00