summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/sysv-hash-no-rosegment.s
blob: a704fcf07f39651a8e8d0228a1042be1aa8912e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# REQUIRES: x86
# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o
# RUN: ld.lld -shared --no-rosegment -o %t %t.o
# RUN: llvm-readobj --hash-table %t | FileCheck %s

# CHECK:      HashTable {
# CHECK-NEXT:   Num Buckets: 2
# CHECK-NEXT:   Num Chains: 2
# CHECK-NEXT:   Buckets: [1, 0]
# CHECK-NEXT:   Chains: [0, 0]
# CHECK-NEXT: }

callq undef@PLT
OpenPOWER on IntegriCloud