]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/MC/ARM/fixup-cpu-mode.s
Vendor import of llvm RELEASE_350/final tag r216957 (effectively, 3.5.0 release):
[FreeBSD/FreeBSD.git] / test / MC / ARM / fixup-cpu-mode.s
1 // RUN: llvm-mc -filetype=obj -triple thumbv7-linux-gnu %s -o %t
2 // RUN: llvm-objdump -triple thumbv7-linux-gnu -d %t | FileCheck %s
3
4 //PR18303
5 .code 16
6 .global edata
7 b edata // CHECK: b.w
8 .code 32
9