Mercurial > hg > CbC > CbC_llvm
view test/MC/MachO/reloc-pcrel-offset.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 |
line wrap: on
line source
// RUN: llvm-mc -n -triple i386-apple-darwin9 %s -filetype=obj -o - | macho-dump --dump-section-data | FileCheck %s // CHECK: # Relocation 0 // CHECK: (('word-0', 0x1), // CHECK: ('word-1', 0x5000002)), // CHECK-NEXT: ]) // CHECK: ('_section_data', 'e8fbffff ff') .data .long 0 .text _a: _b: call _a .subsections_via_symbols