[PATCH] D61710: lld: Add a warning limit, similar to the existing error limit

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 9 03:16:21 PDT 2019


ruiu added a comment.

That is true, but I think that's not usually considered a problem of build reproducibility. Reproducible build guarantees the same result if you pass the exact same files and the exact same command line options, so if you change a way to pass a pathname to the compiler, it is OK to not create the same output.


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

https://reviews.llvm.org/D61710





More information about the llvm-commits mailing list