forked from OSchip/llvm-project
6 lines
177 B
Plaintext
6 lines
177 B
Plaintext
![]() |
RUN: lld -flavor old-gnu -target aarch64--linux-gnu %p/Inputs/no-interp-section.o \
|
||
![]() |
RUN: -o %t -shared
|
||
|
RUN: llvm-objdump -section-headers %t | FileCheck %s
|
||
|
|
||
|
CHECK-NOT: .interp
|