mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-05 13:09:10 +00:00
18851edbc4
FIXME: Restore more other arch-dependent MachO tests. (eg. r126401 and r133856) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145925 91177308-0d34-0410-b5e6-96231b3b80d8
15 lines
336 B
ArmAsm
15 lines
336 B
ArmAsm
@ RUN: llvm-mc -triple=thumbv7-apple-darwin -show-encoding %s -filetype=obj -o - | macho-dump --dump-section-data | FileCheck %s
|
|
|
|
ble Lfoo @ wide encoding
|
|
|
|
.space 258
|
|
Lfoo:
|
|
nop
|
|
|
|
ble Lbaz @ narrow encoding
|
|
.space 256
|
|
Lbaz:
|
|
|
|
@ CHECK: '_section_data', '40f38180
|
|
@ CHECK: 000000bf 7fdd
|