Mercurial > hg > CbC > CbC_llvm
annotate test/MC/MachO/ARM/nop-armv6t2-padding.s @ 0:95c75e76d11b LLVM3.4
LLVM 3.4
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 12 Dec 2013 13:56:28 +0900 |
parents | |
children | afa8332a0e37 |
rev | line source |
---|---|
0 | 1 @ RUN: llvm-mc -triple armv6t2-apple-darwin %s -filetype=obj -o %t.obj |
2 @ RUN: macho-dump --dump-section-data < %t.obj > %t.dump | |
3 @ RUN: FileCheck %s < %t.dump | |
4 | |
5 x: | |
6 add r0, r1, r2 | |
7 .align 4 | |
8 add r0, r1, r2 | |
9 | |
10 @ CHECK: ('_section_data', '020081e0 00f020e3 00f020e3 00f020e3 020081e0') |