rust/compiler/rustc_codegen_llvm/src/back
bjorn3 9e6d2da83d Reduce dependence on the target name
The target name can be anything with custom target specs. Matching on
fields inside the target spec is much more robust than matching on the
target name.
2024-11-03 18:29:01 +00:00
..
archive.rs Use &raw in the compiler 2024-09-26 20:33:26 -07:00
lto.rs Consistently use safe wrapper function set_section 2024-10-30 11:38:20 +11:00
owned_target_machine.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
profiling.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
write.rs Reduce dependence on the target name 2024-11-03 18:29:01 +00:00