<div dir="ltr"><div><div><div><div><div>Hi,<br><br></div>With objdump, i have this (Intel syntax)<br><br>         64 a1 00 00 00 00        mov    eax,fs:0x0<br><br><br></div>However, if I pass above string to llvm-mc, I would have:<br>

<br>$ echo "0x64 0xa1 0x00 0x00 0x00 0x00"|./Release+Asserts/bin/llvm-mc -disassemble -arch=x86 --output-asm-variant=1<br>    .text<br>    mov    eax, dword ptr [0]<br><br><br></div>You can see a big difference. This is on the latest code. Any idea how to fix this bug?<br>

<br></div>Thank you,<br></div>Jun<br><div><div><div><br></div></div></div></div>