1*9880d681SAndroid Build Coastguard Worker// RUN: llvm-mc -filetype=obj -triple thumbv7-linux-gnu %s -o %t 2*9880d681SAndroid Build Coastguard Worker// RUN: llvm-objdump -triple thumbv7-linux-gnu -d %t | FileCheck %s 3*9880d681SAndroid Build Coastguard Worker 4*9880d681SAndroid Build Coastguard Worker//PR18303 5*9880d681SAndroid Build Coastguard Worker.code 16 6*9880d681SAndroid Build Coastguard Worker.global edata 7*9880d681SAndroid Build Coastguard Workerb edata // CHECK: b.w 8*9880d681SAndroid Build Coastguard Worker.code 32 9*9880d681SAndroid Build Coastguard Worker 10