[PATCH] D34964: [LLD] [COFF] Add initial support for some ARM64 relocations and import thunks
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 3 13:39:52 PDT 2017
mstorsjo created this revision.
Herald added subscribers: kristof.beyls, javed.absar, aemerson.
This is enough to link a working hello world executable, with a call to an imported function, and a string constant passed to the imported function.
https://reviews.llvm.org/D34964
Files:
COFF/Chunks.cpp
COFF/Chunks.h
COFF/Symbols.cpp
test/COFF/Inputs/library-arm64.lib
test/COFF/arm64-relocs-imports.test
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34964.105116.patch
Type: text/x-patch
Size: 9241 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170703/93247830/attachment.bin>
More information about the llvm-commits
mailing list