[llvm-bugs] [Bug 43873] New: Adding /reproducible option?

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Nov 1 00:43:57 PDT 2019


https://bugs.llvm.org/show_bug.cgi?id=43873

            Bug ID: 43873
           Summary: Adding /reproducible option?
           Product: lld
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: COFF
          Assignee: unassignedbugs at nondot.org
          Reporter: ruiu at google.com
                CC: llvm-bugs at lists.llvm.org

By default lld-link embeds PDB file's fullpath and the current timestamp to an
output executable, and that breaks build reproducibility. Although you can
specify /pdbaltpath and /brepro to suppress that behavior, that's not very
convenient. For those who just want a reproducible build, maybe we should add
/reproducible as an alias to /pdbaltpath:%_PDB% /brepro?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20191101/36667efc/attachment.html>


More information about the llvm-bugs mailing list