We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9130fc0 commit 9bc6c32Copy full SHA for 9bc6c32
compiler/rustc_codegen_llvm/src/context.rs
@@ -225,8 +225,6 @@ pub(crate) unsafe fn create_module<'ll>(
225
.expect("got a non-UTF8 data-layout from LLVM");
226
227
if target_data_layout != llvm_data_layout {
228
- // FIXME(workingjubilee): Currently skipping this logic for testing purposes
229
- } else if target_data_layout != llvm_data_layout {
230
tcx.dcx().emit_err(crate::errors::MismatchedDataLayout {
231
rustc_target: sess.opts.target_triple.to_string().as_str(),
232
rustc_layout: target_data_layout.as_str(),
0 commit comments