[PATCH] D66426: [lld] Enable a watermark of loadable sections to be generated and placed in a note section

Chris Jackson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 5 11:21:13 PST 2019


chrisjackson updated this revision to Diff 232410.
chrisjackson added a comment.
Herald added subscribers: hiraditya, mgorny.

Watermark functionality now placed in separate source and header in the object library. This is used by Writer and SyntheticSections.


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

https://reviews.llvm.org/D66426

Files:
  lld/ELF/Config.h
  lld/ELF/Driver.cpp
  lld/ELF/InputFiles.cpp
  lld/ELF/Options.td
  lld/ELF/SyntheticSections.cpp
  lld/ELF/SyntheticSections.h
  lld/ELF/Writer.cpp
  lld/test/ELF/watermark.s
  llvm/include/llvm/BinaryFormat/ELF.h
  llvm/include/llvm/Object/Watermark.h
  llvm/lib/Object/CMakeLists.txt
  llvm/lib/Object/Watermark.cpp
  llvm/test/Object/watermark.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66426.232410.patch
Type: text/x-patch
Size: 20415 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191205/8bab3407/attachment-0001.bin>


More information about the llvm-commits mailing list