[PATCH] D69829: [LLD] Extend /section to be compatible to MSVC link.exe

Yaron Dinkin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 8 03:49:21 PST 2019


ydinkin updated this revision to Diff 228408.
ydinkin added a comment.

Fixed review comments, mainly renames,
Also, fixed parseSectionAttributes (previously parseSectionAttributeMask) returning an unused value.
After second thought, also decided to change said function to avoid using pointers.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69829/new/

https://reviews.llvm.org/D69829

Files:
  lld/COFF/Chunks.h
  lld/COFF/Config.h
  lld/COFF/DriverUtils.cpp
  lld/COFF/Writer.cpp
  lld/COFF/Writer.h
  lld/test/COFF/section.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69829.228408.patch
Type: text/x-patch
Size: 7812 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191108/4895c94e/attachment.bin>


More information about the llvm-commits mailing list