[llvm-bugs] [Bug 36639] New: Embed command line options to generated binaries

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Mar 7 15:46:04 PST 2018


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

            Bug ID: 36639
           Summary: Embed command line options to generated binaries
           Product: lld
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: ELF
          Assignee: unassignedbugs at nondot.org
          Reporter: ruiu at google.com
                CC: llvm-bugs at lists.llvm.org

I wonder if it is useful to embed more information to lld-generated binaries.
Currently we put lld version number to a .comment section, and I found that
very useful.

We may want to embed the entire command line to a .comment section as well, so
that we can trace how an executable or DSO was created.

-- 
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/20180307/daceb03a/attachment.html>


More information about the llvm-bugs mailing list