error: invalid operand for instruction inl (%dx) #734
Labels
[ARCH] x86_64
This bug impacts ARCH=x86_64
[BUG] linux
A bug that should be fixed in the mainline kernel.
[BUG] llvm
A bug that should be fixed in upstream LLVM
[FIXED][LINUX] 5.4
This bug was fixed in Linux 5.4
[TOOL] integrated-as
The issue is relevant to LLVM integrated assembler
x86_64 allyesconfig AS=clang
What's curious is that GAS accepts this (why doesn't Clang), but then there's another difference in the disassembly (after assembling w/ GAS):
It looks like
%dx
is being dereferenced in the GNU disassembler output.The text was updated successfully, but these errors were encountered: