[llvm] [dsymutil][llvm-dwarfutil] Add command line option --deterministic. (PR #83020)

Jonas Devlieghere via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 26 09:27:50 PST 2024


JDevlieghere wrote:

We care a lot about reproducibility in `dsymutil` and while the lack thereof has been fine while the parallel linker is in development, I don't mean to productive (or support) it. Therefore `dsymutil --linker=parallel` should simply imply `--determinism=full` and there shouldn't be a flag to change that. 

https://github.com/llvm/llvm-project/pull/83020


More information about the llvm-commits mailing list