This is a tracking issue to remind when using asm! macro in Rust repo and its direct dependencies
like stdarch, we can only use x86 ATT syntax for LLVM < 10. That's because older LLVM versions
don't support operand modifiers in intel syntax. Although as long as we stick to AT&T syntax
and stick to general-purpose registers it should be fine.
@rustbot modify labels: A-LLVM F-asm T-compiler requires-nightly O-x86
Some related discussions:
This is a tracking issue to remind when using
asm!macro in Rust repo and its direct dependencieslike stdarch, we can only use x86 ATT syntax for LLVM < 10. That's because older LLVM versions
don't support operand modifiers in intel syntax. Although as long as we stick to AT&T syntax
and stick to general-purpose registers it should be fine.
@rustbot modify labels: A-LLVM F-asm T-compiler requires-nightly O-x86
Some related discussions: