[PATCH] D86579: Add lld/ELF release notes for release/11.x
    Fangrui Song via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Aug 26 11:04:16 PDT 2020
    
    
  
MaskRay added inline comments.
================
Comment at: lld/docs/ReleaseNotes.rst:34
+  (`D78983 <https://reviews.llvm.org/D78983>`_)
+* ``--shuffle-sections=`` is added to introduce randomization in the output to help reduce measurement bias and detect static initialization order fiasco.
+  (`D74791 <https://reviews.llvm.org/D74791>`_)
----------------
grimar wrote:
> This and other lines sometimes looks too long. Should them be wrapped like was done for, e.g., `--time-trace`?
In HTML, the multi-line (`Dxxxxx ...`) will be joined on one line, so I think this may be fine.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86579/new/
https://reviews.llvm.org/D86579
    
    
More information about the llvm-commits
mailing list