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
6 lines
173 B
Plaintext
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
|