[PATCH] D92537: [lld-macho] Implement -object_path_lto

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 9 15:26:17 PST 2020


int3 added a comment.

If I understood @clayborg's earlier comments, LLDB will match nonzero STABS values with the mtime, so a content hash would result in a mismatch. But a zero STABS value will match any file (at the given path), so I guess we could have a flag to enable that behavior in order to get reproducible builds?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92537



More information about the llvm-commits mailing list