Chromium Code Reviews| OLD | NEW |
|---|---|
| (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 | |
| OLD | NEW |