[LLVMdev] Non-standard labels

Yuri Gribov tetra2005 at googlemail.com
Sat Sep 18 10:52:21 PDT 2010


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



More information about the llvm-dev mailing list