[PATCH] D35768: [COFF] Add support for delay loading DLLs on ARM
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 23 03:03:13 PDT 2017
mstorsjo updated this revision to Diff 107813.
mstorsjo added a comment.
Updated to set the thumb bit via `| 1` instead of `+ 1`, moved the setting of the bit into the 32 bit if/else branch, since it won't be used on 64 bit - not as such at least.
https://reviews.llvm.org/D35768
Files:
COFF/Chunks.cpp
COFF/Chunks.h
COFF/DLL.cpp
test/COFF/delayimports-armnt.test
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35768.107813.patch
Type: text/x-patch
Size: 8229 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170723/cb778ec2/attachment.bin>
More information about the llvm-commits
mailing list