[llvm] [LLD] Avoid non-deterministic relocations processing. (PR #107186)
Alexey Lapshin via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 12 22:49:12 PDT 2024
================
@@ -96,9 +96,8 @@ class TaskGroup {
// Spawn a task, but does not wait for it to finish.
// Tasks marked with \p Sequential will be executed
- // exactly in the order which they were spawned.
- // Note: Sequential tasks may be executed on different
- // threads, but strictly in sequential order.
+ // exactly in the order which they were spawned and
+ // on the thread with index 0.
----------------
avl-llvm wrote:
yep.
https://github.com/llvm/llvm-project/pull/107186
More information about the llvm-commits
mailing list