forked from OSchip/llvm-project
10 lines
430 B
Plaintext
10 lines
430 B
Plaintext
RUN: lld -flavor gnu -target hexagon %p/Inputs/dynobj-data.o \
|
|
RUN: -o %t --noinhibit-exec -shared
|
|
RUN: llvm-objdump -s %t > %t1
|
|
RUN: FileCheck -check-prefix=CHECKRELOCS %s < %t1
|
|
|
|
CHECKRELOCS: Contents of section .text:
|
|
CHECKRELOCS: 0118 01c09da0 01d89da1 3b400000 18d4496a ........;@....Ij
|
|
CHECKRELOCS: 0128 ff7fff0f 00ff9897 00c08091 38c09d91 ............8...
|
|
CHECKRELOCS: 0138 1ec01e96 ....
|