brintos

brintos / llvm-project-archived public Read only

0
0
Text · 287 B · 4a83cd9 Raw
12 lines · plain
1	// REQUIRES: aarch64-registered-target2	// llvm-mc prints leading tabs, formatting of this test follows preserve-comments.s3	// RUN: llvm-mc -preserve-comments -n -triple aarch64-unknown-linux-gnu %s -o %t4	// RUN: diff -b %s %t5 6	.text7 8foo:9	// comment here10	nop11	// comment here too12