12 lines · plain
1// REQUIRES: x862// RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o3// RUN: ld.lld %t.o -o %t.so -shared4// RUN: llvm-readobj --dynamic-table %t.so | FileCheck %s5// RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux-gnux32 %s -o %t.o6// RUN: ld.lld %t.o -o %t.so -shared7// RUN: llvm-readobj --dynamic-table %t.so | FileCheck %s8 9 call foo@plt10 11// CHECK: 0x{{0+}}14 PLTREL{{ +}}RELA12