[PATCH] D74971: Add a llvm::shuffle and use it in lld
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 21 10:33:01 PST 2020
MaskRay added inline comments.
================
Comment at: llvm/include/llvm/ADT/STLExtras.h:1010
+// Based on the one in libc++. We have a copy in here so that llvm behaves the
+// same when using different standard libraries.
----------------
Based on the libc++ implementation. `llvm` -> `LLVM`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74971/new/
https://reviews.llvm.org/D74971
More information about the llvm-commits
mailing list