10 lines · plain
1// REQUIRES: x862// RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o3// RUN: ld.lld %t.o -shared -soname=foo.so -o %t4// RUN: llvm-readobj --dynamic-table %t | FileCheck %s5 6// CHECK: 0x000000000000000E SONAME Library soname: [foo.so]7 8.global _start9_start:10