[LLVMdev] #APP/#NOAPP
reed kotler
rkotler at mips.com
Mon May 6 07:29:59 PDT 2013
I want to disable the #APP/#NOAPP for compiler generated inline asm.
Unfortunately, you can change the string APP,NOAPP, but it still will
put the "#" there and create
a line.
In the comments it said that the strings were #APP,#NOAPP but really
it's just the part after the
comment_string=='#'
I'd like to just add a mode flag to AsmPrinter for this.
Any objections?
Alternately I could change the logic in AsmPrinter to not print a line
if the inlline asm start/end string is null.
????
TIA.
Reed
More information about the llvm-dev
mailing list