diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2022-12-14 17:17:57 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-14 17:17:57 +0100 |
| commit | ba71a63fde087b5bddd71bc13b95cee4b71da8e2 (patch) | |
| tree | f5d4f8840a82289cb3e516541c8d525d6d01de4e /compiler/rustc_codegen_llvm/src/errors.rs | |
| parent | 35ff2cf29570b2e0a94dbe014258284f6f000749 (diff) | |
| parent | 6085d330339f6206cc449357db15d94328c207da (diff) | |
| download | rust-ba71a63fde087b5bddd71bc13b95cee4b71da8e2.tar.gz rust-ba71a63fde087b5bddd71bc13b95cee4b71da8e2.zip | |
Rollup merge of #105578 - erikdesjardins:addrspacecast, r=bjorn3
Fix transmutes between pointers in different address spaces (e.g. fn ptrs on AVR) Currently, this causes a verifier error (https://godbolt.org/z/YYohed4bj), since it uses `bitcast`, which can't convert between address spaces. Uncovered due to https://github.com/rust-lang/rust/pull/105545#discussion_r1045269309 r? `@bjorn3`
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/errors.rs')
0 files changed, 0 insertions, 0 deletions
