mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
10 lines
199 B
ArmAsm
10 lines
199 B
ArmAsm
|
// RUN: llvm-mc -filetype=obj -triple thumbv7-linux-gnu %s -o %t
|
||
|
// RUN: llvm-objdump -triple thumbv7-linux-gnu -d %t | FileCheck %s
|
||
|
|
||
|
//PR18303
|
||
|
.code 16
|
||
|
.global edata
|
||
|
b edata // CHECK: b.w
|
||
|
.code 32
|
||
|
|