[PATCH] D35767: [COFF] Correctly set the thumb bit in DLL export addresses

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 23 03:03:12 PDT 2017


mstorsjo updated this revision to Diff 107812.
mstorsjo added a comment.

Updated to use `| 1` instead of `+ 1` for setting the bit, renamed the variable from Offset to Bit accordingly.


https://reviews.llvm.org/D35767

Files:
  COFF/DLL.cpp
  test/COFF/Inputs/export-armnt.yaml
  test/COFF/export-armnt.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35767.107812.patch
Type: text/x-patch
Size: 3540 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170723/5ff1f910/attachment.bin>


More information about the llvm-commits mailing list