I think this is really because the assembler doesn’t run layout and relaxation when not dumping to an object file. I disassembled an object file with this same test case and got e9 00 00 00 00.
I think this is really because the assembler doesn't run layout and
relaxation when not dumping to an object file. I disassembled an object
file with this same test case and got e9 00 00 00 00.
How can I tell llvm-mc to compile above assembly instruction to an object
file?