Skip to content

Commit b9d7e6f

Browse files
committed
Remove outdated fixme
1 parent 18184d8 commit b9d7e6f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/global_asm.rs

-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ pub(crate) fn compile_global_asm(
104104
return Ok(None);
105105
}
106106

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

0 commit comments

Comments
 (0)