[LLVMdev] making emitInlineAsm protected
reed kotler
rkotler at mips.com
Wed Jan 29 14:08:57 PST 2014
On 01/29/2014 01:48 PM, Rafael EspĂndola wrote:
>> So how do I create stubs?
>>
>> I have specific function stubs that I want to create.
>>
>> There is no direct object emitter for mips16 at this time.
> Print it like any other instruction?
>
> Cheers,
> Rafael
The other problem here is that I have to emit mips32 code for these
stubs and I'm in mips16 mode while I'm compiling
the function that needs the stub.
It's a different instruction set.
More information about the llvm-dev
mailing list