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

Side by Side Diff: test/MC/MachO/ARM/nop-armv4-padding.s

Issue 939073008: Rebased PNaCl localmods in LLVM to 223109 (Closed)
Patch Set: undo localmod Created 5 years, 9 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 | « test/MC/ARM/elf-note-nacl.ll ('k') | test/MC/Mips/elf-note-nacl.ll » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 @ RUN: llvm-mc -triple armv4-apple-darwin %s -filetype=obj -o %t.obj 1 @ RUN: llvm-mc -triple armv4-apple-darwin %s -filetype=obj -o %t.obj
2 @ RUN: macho-dump --dump-section-data < %t.obj > %t.dump 2 @ RUN: macho-dump --dump-section-data < %t.obj > %t.dump
3 @ RUN: FileCheck %s < %t.dump 3 @ RUN: FileCheck %s < %t.dump
4 4
5 x: 5 x:
6 add r0, r1, r2 6 add r0, r1, r2
7 .align 4 7 .align 4
8 add r0, r1, r2 8 add r0, r1, r2
9 9
10 ; @LOCALMOD - Changed the NOP encoding
10 @ CHECK: ('_section_data', '020081e0 0000a0e1 0000a0e1 0000a0e1 020081e0') 11 @ CHECK: ('_section_data', '020081e0 0000a0e1 0000a0e1 0000a0e1 020081e0')
OLDNEW
« no previous file with comments | « test/MC/ARM/elf-note-nacl.ll ('k') | test/MC/Mips/elf-note-nacl.ll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698