[PATCH] D13167: [ELF2] Initial (very basic) support for AArch64
Davide Italiano via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 25 10:44:32 PDT 2015
davide created this revision.
davide added a reviewer: rafael.
davide added a subscriber: llvm-commits.
davide set the repository for this revision to rL LLVM.
Herald added subscribers: rengolin, aemerson.
We can link now!
root at cavium:/zoo/davide # file ./helloarch
./helloarch: ELF 64-bit LSB executable, ARM aarch64, version 1 (FreeBSD), statically linked, not stripped
root at cavium:/zoo/davide # ./helloarch
root at cavium:/zoo/davide # echo $?
42
Repository:
rL LLVM
http://reviews.llvm.org/D13167
Files:
ELF/SymbolTable.cpp
ELF/Target.cpp
ELF/Target.h
test/elf2/basic-aarch64.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13167.35737.patch
Type: text/x-patch
Size: 8070 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150925/e789769d/attachment.bin>
More information about the llvm-commits
mailing list