[llvm-dev] basic block labels in assembly (.s file)
Xiangyang Guo via llvm-dev
llvm-dev at lists.llvm.org
Sat Nov 28 18:48:53 PST 2015
Hi, All,
If I use 'llc' to generate .s file, I notice usually the basic block labels
are like ".LBB_number:". Is there a way that I can change the labels to
other names, for example, to ".MyLabel_number:" ? I think this should be
related to AsmPrinter, but I cannot narrow down to certain specific source
code.
Any help and suggestion is appreciated.
Regards,
Xiangyang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20151128/1191b129/attachment.html>
More information about the llvm-dev
mailing list