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

Side by Side Diff: llvm-trunk/test/MC/ARM/elf-eflags-eabi.s

Issue 6538110: Cherry pick -r124899 from llvm root (Closed)
Patch Set: Created 9 years, 10 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
OLDNEW
(Empty)
1 @ RUN: llvm-mc %s -triple=armv7-linux-gnueabi -filetype=obj -o - | \
2 @ RUN: elf-dump --dump-section-data | FileCheck -check-prefix=OBJ %s
3 .syntax unified
4 .text
5 .globl barf
6 .align 2
7 .type barf,%function
8 barf: @ @barf
9 @ BB#0: @ %entry
10 b foo
11
12 @@@ make sure the EF_ARM_EABIMASK comes out OK
13 @OBJ: 'e_flags', 0x05000000
OLDNEW
« llvm-trunk/lib/MC/ELFObjectWriter.cpp ('K') | « llvm-trunk/lib/MC/ELFObjectWriter.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698