[LLVMdev] Changing The '.' Used to Prefix Labels in Assembly Output
bill rowe
bill.rowe.ottawa at gmail.com
Mon Mar 23 12:46:08 PDT 2015
I'm working on an LLVM back end with output to assembly file (.s). I'm
using the ARM assembly printer.
The generated labels (e.g. for a while statement) start with '.' like
.LBB0_1
I would like to change the '.' to something else (specifically $$ if it
matters).
I see a lot of customizability in targetinfo.cpp but not that particular
item.
Where should I be looking?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150323/f45c705c/attachment.html>
More information about the llvm-dev
mailing list