<div dir="ltr">I'm working on an LLVM back end with output to assembly file (.s). I'm using the ARM assembly printer.<div>The generated labels (e.g. for a while statement) start with '.' like .LBB0_1</div><div>I would like to change the '.' to something else (specifically $$ if it matters).</div><div>I see a lot of customizability in targetinfo.cpp but not that particular item.</div><div><br></div><div>Where should I be looking?</div><div><br></div></div>