You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
363 B
14 lines
363 B
7 months ago
|
# 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
|