rust/compiler/rustc_codegen_ssa/src/back
bors 903d2976fd Auto merge of #129181 - beetrees:asm-spans, r=pnkfelix,compiler-errors
Pass end position of span through inline ASM cookie

Before this PR, only the start position of the span was passed though the inline ASM cookie to diagnostics. LLVM 19 has full support for 64-bit inline ASM cookies; this PR uses that to pass the end position of the span in the upper 32 bits, meaning inline ASM diagnostics now point at the entire line the error occurred on, not just the first character of it.
2024-12-12 02:34:06 +00:00
..
apple Move versioned LLVM target creation to rustc_codegen_ssa 2024-11-01 17:07:18 +01:00
linker Support rpath with -Clinker-flavor=ld 2024-11-24 01:20:29 +01:00
rpath Support rpath with -Clinker-flavor=ld 2024-11-24 01:20:29 +01:00
apple.rs Print env var in --print=deployment-target 2024-11-22 20:46:05 +01:00
archive.rs Add a default implementation for CodegenBackend::link 2024-11-09 20:42:56 +00:00
command.rs Minimize visibilities. 2024-09-17 16:24:33 +10:00
link.rs Rollup merge of #133967 - daltenty:daltenty/bnoipath, r=jieyouxu 2024-12-10 13:51:08 +01:00
linker.rs keep profile-rt symbol alive 2024-12-03 13:04:52 -05:00
lto.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
metadata.rs aix: fix archive format 2024-11-21 10:33:07 -05:00
mod.rs Move versioned LLVM target creation to rustc_codegen_ssa 2024-11-01 17:07:18 +01:00
rpath.rs Support rpath with -Clinker-flavor=ld 2024-11-24 01:20:29 +01:00
symbol_export.rs Share inline(never) generics across crates 2024-11-28 13:43:05 -05:00
write.rs Auto merge of #129181 - beetrees:asm-spans, r=pnkfelix,compiler-errors 2024-12-12 02:34:06 +00:00