]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/elf/Hexagon/dynlib-hash.test
Vendor import of lld trunk r233088:
[FreeBSD/FreeBSD.git] / test / elf / Hexagon / dynlib-hash.test
1 RUN: lld -flavor gnu -target hexagon %p/Inputs/dynobj.o \
2 RUN:   -o %t --noinhibit-exec -shared
3 RUN: llvm-objdump -s %t > %t1
4 RUN: FileCheck -check-prefix=CHECKHASH %s < %t1
5
6 CHECKHASH: Contents of section .hash:
7 CHECKHASH: 0094 03000000 07000000 06000000 01000000
8 CHECKHASH: 00a4 04000000 00000000 00000000 00000000
9 CHECKHASH: 00b4 00000000 03000000 02000000 05000000