You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoid the object file linking hack. It doesn't work on macOS and Windows but is currently necessary as incr comp expects each codegen unit to provide a single object file instead of allowing an extra object file for the compiled assembly. (Refactorings for enabling parallel compilation (part 1) #1264)
Use cgu name instead of function name as base for assembly stub names. The same function name may be used in multiple cgus when using #[inline]. (1222192)
constoperands.symoperands._prefix for Mach-O) (Add leading underscore to asm symbols on Mach-O #1630)asm_gotofeature gate rust#133870 will stabilize it for cg_llvm)#[inline]. (1222192)Tracking issue for stabilizingHas been stabilized.asm!(): rust-lang/rust#72016