search for: mcasmprint

Displaying 4 results from an estimated 4 matches for "mcasmprint".

Did you mean: asmprint
2010 Sep 19
2
[LLVMdev] Non-standard labels
> Is this just a textual/syntactic thing?  If so, you should add a bit to MCAsmInfo to indicate that this is the behavior, and MCAsmPrinter should be changed to emit labels in this syntax. Thanks! This should be enough. -Yuri
2010 Sep 18
2
[LLVMdev] Non-standard labels
Chris, I want to emit code for target which uses non-standard assembler which wants labels to look like LAB nop instead of LAB: I can not do this because labels are emitted by MCAsmStreamer::EmitLabel which can not be overriden. Best regards, Yuri
2010 Sep 19
0
[LLVMdev] Non-standard labels
...ls to look like > LAB nop > instead of > LAB: > > I can not do this because labels are emitted by > MCAsmStreamer::EmitLabel which can not be overriden. Is this just a textual/syntactic thing? If so, you should add a bit to MCAsmInfo to indicate that this is the behavior, and MCAsmPrinter should be changed to emit labels in this syntax. If 'nop' is an instruction which causes bits to be emitted, then a bigger change needs to happen. -Chris
2010 Sep 20
0
[LLVMdev] Non-standard labels
...fy and submit this patch? I have verified build, tests and unittests on X86. On Sun, Sep 19, 2010 at 9:16 AM, Yuri Gribov <tetra2005 at googlemail.com> wrote: >> Is this just a textual/syntactic thing?  If so, you should add a bit to MCAsmInfo to indicate that this is the behavior, and MCAsmPrinter should be changed to emit labels in this syntax. > > Thanks! This should be enough. > > -Yuri > /Yuri Gribov -------------- next part -------------- A non-text attachment was scrubbed... Name: EmitLabel.diff Type: application/octet-stream Size: 1741 bytes Desc: not available URL:...