[PATCH] D74791: Add a --shuffle-sections=seed option to lld
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 20 00:21:39 PST 2020
grimar added a comment.
In D74791#1884140 <https://reviews.llvm.org/D74791#1884140>, @respindola wrote:
> Does that sounds like a reasonable idea?
Personally I think it might be OK.
Perhaps worth to look at other usings of `std::shuffle` in LLVM. I've found a few, but at first look
it is unclear to me if they might win from switching to `llvm::shuffle`. If they can - it might help to
justify such addition.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74791/new/
https://reviews.llvm.org/D74791
More information about the llvm-commits
mailing list