]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #102717 - beetrees:repr128-c-style-debuginfo, r=nagisa
authorbors <bors@rust-lang.org>
Mon, 21 Nov 2022 01:44:12 +0000 (01:44 +0000)
committerbors <bors@rust-lang.org>
Mon, 21 Nov 2022 01:44:12 +0000 (01:44 +0000)
Pass 128-bit C-style enum enumerator values to LLVM

Pass the full 128 bits of C-style enum enumerators through to LLVM. This means that debuginfo for C-style repr128 enums is now emitted correctly for DWARF platforms (as compared to not being correctly emitted on any platform).

Tracking issue: #56071

1  2 
compiler/rustc_codegen_llvm/src/llvm/ffi.rs
compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp