rust/compiler/rustc_codegen_llvm/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
..
archive.rs Use &raw in the compiler 2024-09-26 20:33:26 -07:00
lto.rs Use c"lit" for CStrings without unwrap 2024-12-02 18:16:36 +00: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 Auto merge of #129181 - beetrees:asm-spans, r=pnkfelix,compiler-errors 2024-12-12 02:34:06 +00:00