<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Tidy up llvm-objcopy error messages"
   href="https://bugs.llvm.org/show_bug.cgi?id=40859">40859</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Tidy up llvm-objcopy error messages
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>tools
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>trunk
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Windows NT
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>llvm-objcopy
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>jh7370.2008@my.bristol.ac.uk
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>alexander.v.shaposhnikov@gmail.com, jake.h.ehrlich@gmail.com, jh7370.2008@my.bristol.ac.uk, llvm-bugs@lists.llvm.org, rupprecht@google.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>We are a bit inconsistent in our error messages in llvm-objcopy. Some examples
that I know of:
1) Some end in trailing full stops. Others don't. I think the norm outside the
to is to not have full stops, but I don't really mind which it is, as long as
it is consistent.
2) Symbol names are sometimes quoted and other times not. Section names are
never quoted. I think we should adopt a consistent quoting scheme for both and
always use it. Both section and symbol names can theoretically contain spaces
(especially if we choose to start printing demangled symbol names at a later
point). I'd recommend something like single quotes for symbol names and double
quotes for section names, but I'm open to other schemes.
3) Don't know what the state of this one is, but capitalization of the first
word in the error message should be identical throughout. I think lower-case is
more normal outside the tool, but I'm not sure.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>