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-readelf -l %t.so | FileCheck %s5 6// Test that we don't create an empty executable PT_LOAD.7 8// CHECK: PHDR {{.*}} R 0x89// CHECK-NEXT: LOAD {{.*}} R 0x100010// CHECK-NEXT: LOAD {{.*}} RW 0x100011// CHECK-NEXT: DYNAMIC {{.*}} RW 0x812