brintos

brintos / llvm-project-archived public Read only

0
0
Text · 295 B · 27c5b2e Raw
14 lines · plain
1	#RUN: llvm-mc -preserve-comments -n -triple i386-linux-gnu < %s > %t2	#RUN: diff -b %s %t3	.text4 5foo:	#Comment here6	#comment here7	nop8	#if DIRECTIVE COMMENT9	## WHOLE LINE COMMENT10	cmpl	$196, %eax	## EOL COMMENT11	#endif12	.ident	"clang version 3.9.0"13	.section	".note.GNU-stack","",@progbits14