[LLVMdev] making emitInlineAsm protected
reed kotler
rkotler at mips.com
Wed Jan 29 14:06:02 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
I've already written the code to this in asm printer.
Where is it written that you are not supposed to do this?
You should make the data structures private in that case.
I'm using all public interfaces.
Reed
More information about the llvm-dev
mailing list