Skip to content

Commit

Permalink
Remove outdated fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Mar 18, 2023
1 parent 18184d8 commit b9d7e6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/global_asm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ pub(crate) fn compile_global_asm(
return Ok(None);
}

// FIXME fix linker error on macOS
if cfg!(not(feature = "inline_asm")) {
return Err(
"asm! and global_asm! support is disabled while compiling rustc_codegen_cranelift"
Expand Down

0 comments on commit b9d7e6f

Please sign in to comment.