search for: comment_string

Displaying 5 results from an estimated 5 matches for "comment_string".

Did you mean: command_string
2013 May 06
2
[LLVMdev] #APP/#NOAPP
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
2007 Mar 14
1
SASacct
Hey guys, I have a little problem. i'm running a CentOS 4.4 (Final) (Linux 2.6.9-42.0.10.EL) box. So, i installed SASacct (http://rousse.pm.org/sasacct/) for accouting the traffic of my hosts. But it dont make the graphics/images of utilization. The libs, rrdtool, perl are all installed. I just tested with rpm based rrdtool and Tarball, but no success. The firewall is ok: Counters reset
2013 May 06
0
[LLVMdev] #APP/#NOAPP
...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? Yes. I don't think we should introduce the notion of "compiler generated inline asm". > Alternately I could change the logic in AsmPrinter to not print a line if > th...
2013 May 06
4
[LLVMdev] #APP/#NOAPP
...ine 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? > Yes. I don't think we should introduce the notion of "compiler > generated inline asm". Hi Rafael, At this time I have to generate compiler stubs for...
2013 May 06
0
[LLVMdev] #APP/#NOAPP
...he 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? > > Yes. I don't think we should introduce the notion of "compiler > > generated inline asm". > Hi Rafael, > > At th...