llvm-project/lld/test/elf/AArch64/dynlib-nointerp-section.test
Chad Rosier 69e2881070 [AArch64] Initial ELF/AArch64 Support
This patch adds the initial ELF/AArch64 support to lld. Only a basic "Hello
World" app has been successfully tested for both dynamic and static compiling.

Differential Revision: http://reviews.llvm.org/D4778
Patch by Daniel Stewart <stewartd@codeaurora.org>!

llvm-svn: 215544
2014-08-13 13:16:38 +00:00

6 lines
173 B
Plaintext

RUN: lld -flavor 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