Remove outdated fixme

This commit is contained in:
bjorn3 2023-03-18 14:38:59 +00:00
parent 18184d8ecd
commit b9d7e6f85a

View File

@ -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"