[PATCH] D131247: [ELF] Parallelize writes of different OutputSections

Peter Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 11 01:31:08 PDT 2022


peter.smith added a comment.

Not a lot to add over what has already been said. IIUC we do have code to detect when an Output Section overlaps and the user has to explicitly choose `--noinhibit-exec` to force the write? I think that non-deterministic output is reasonable in that case. Perhaps `--noinhibit-exec` could imply `--threads=1` if we were concerned about people relying on order of output.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131247



More information about the llvm-commits mailing list