[PATCH] D35768: [COFF] Add support for delay loading DLLs on ARM

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 22 14:21:23 PDT 2017


mstorsjo created this revision.
Herald added subscribers: kristof.beyls, javed.absar, aemerson.

Is it ok to make the static functions in Chunks.cpp non-static like this, or should they be namespaced/moved any further if they are to be used from other files?


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.107802.patch
Type: text/x-patch
Size: 8476 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170722/7619683f/attachment.bin>


More information about the llvm-commits mailing list