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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 20 05:05:47 PDT 2019


MaskRay added inline comments.


================
Comment at: lld/ELF/Driver.cpp:921
       args.hasFlag(OPT_warn_symbol_ordering, OPT_no_warn_symbol_ordering, true);
+  config->watermark = args.hasArg(OPT_watermark);
   config->zCombreloc = getZFlag(args, "combreloc", "nocombreloc", true);
----------------
See `args.hasFlag` above.


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

https://reviews.llvm.org/D66426





More information about the llvm-commits mailing list