]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Auto merge of #94214 - nikic:rust-opaque-pointers, r=cuviper
authorbors <bors@rust-lang.org>
Sun, 29 May 2022 14:12:42 +0000 (14:12 +0000)
committerbors <bors@rust-lang.org>
Sun, 29 May 2022 14:12:42 +0000 (14:12 +0000)
commit9d1aeaeb827da7a10b7cfaccf0a1d6ebf414a7b5
tree29ff4633cbd3297d37ddd756a6402fe929ea6721
parentabc7681a76c7aa5adef896b85c3894047a4492d4
parent1ff051a9c53511473a12a37fe772e8c5f3e3e32b
Auto merge of #94214 - nikic:rust-opaque-pointers, r=cuviper

Prepare Rust for opaque pointers

Fix one codegen bug with opaque pointers, and update our IR tests to accept both typed pointer and opaque pointer IR. This is a bit annoying, but unavoidable if we want decent test coverage on both LLVM 14 and LLVM 15.

This prepares Rust for when LLVM will enable opaque pointers by default.
src/bootstrap/native.rs