2 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %p/Inputs/data-commands.s -o %t.o
3 # RUN: ld.lld -o %t %t.o --script %s
4 # RUN: llvm-objdump -s %t | FileCheck %s
7 rom (rwx) : ORIGIN = 0x00, LENGTH = 2K
19 QUAD(0x1122334455667788)
34 # CHECK: Contents of section .foo:
35 # CHECK-NEXT: 0000 ff11ff22 11ff4433 2211ff88 77665544
36 # CHECK-NEXT: 0010 332211
38 # CHECK: Contents of section .bar:
39 # CHECK-NEXT: 0013 ff12ff22 11ff4633 2211ff88 77665544
40 # CHECK-NEXT: 0023 332211