1 // RUN
: llvm-mc
--triple
=thumbv7eb-linux-gnueabihf
%s
-filetype
=obj | llvm-objdump
-triple
=thumbv7eb-linux-gnueabihf
-s
- | FileCheck
%s
3 // CHECK
: Contents of section
.text
4 // CHECK-NEXT
: 0000 d000bf00
6 // Make sure we emit in correct endianness.
8 // CHECK
: Contents of section
.data
9 // CHECK-NEXT
: 0000 12341234 1234
23 .fill (.L2 - .L1), 2, 0x1234