Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(80)

Side by Side Diff: test/CodeGen/ARM/2010-10-08-mc-asm-header-obj-test.ll

Issue 3770019: updated .ARM.attributes work (Closed) Base URL: https://llvm.org/svn/llvm-project/llvm/trunk/
Patch Set: Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « lib/Target/ARM/ARMBuildAttrs.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 ; RUN: llc < %s -mtriple=arm-linux-gnueabi -filetype=obj | \
2 ; RUN: elf-dump --dump-section-data | FileCheck %s
3 ; This tests that MC/asm header conversion is smooth
4 ;
5 ; CHECK: .ARM.attributes
6 ; CHECK-NEXT: 0x70000003
7 ; CHECK-NEXT: 0x0
8 ; CHECK-NEXT: 0x0
9 ; CHECK-NEXT: 0x3c
10 ; CHECK-NEXT: 0x22
11 ; CHECK-NEXT: 0x0
12 ; CHECK-NEXT: 0x0
13 ; CHECK-NEXT: 0x1
14 ; CHECK-NEXT: 0x0
15 ; CHECK-NEXT: 41210000 00616561 62690001 17000000 06020801 09011401 1501 1703 18011901 2c01
16
17 define i32 @f(i64 %z) {
18 ret i32 0
19 }
OLDNEW
« no previous file with comments | « lib/Target/ARM/ARMBuildAttrs.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698