Home | History | Annotate | Download | only in AsmParser
      1 	#REQUIRES: shell
      2 	#RUN: llvm-mc -preserve-comments -n -triple i386-linux-gnu < %s > %t
      3 	#RUN: diff -b %s %t
      4 	.text
      5 
      6 foo:	#Comment here
      7 	#comment here
      8 	nop
      9 	#if DIRECTIVE COMMENT
     10 	## WHOLE LINE COMMENT
     11 	cmpl	$196, %eax	## EOL COMMENT
     12 	#endif
     13 	.ident	"clang version 3.9.0"
     14 	.section	".note.GNU-stack","",@progbits
     15