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: unassignedb...@nondot.org
          Reporter: r...@google.com
                CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to