<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 - [yaml2obj] error: failed to parse YAML input: invalid argument"
   href="https://bugs.llvm.org/show_bug.cgi?id=50459">50459</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[yaml2obj] error: failed to parse YAML input: invalid argument
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>libraries
          </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>DebugInfo
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>international.phantom@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>jdevlieghere@apple.com, keith.walker@arm.com, llvm-bugs@lists.llvm.org, paul_robinson@playstation.sony.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=24887" name="attach_24887" title="MSVC CodeView object file.">attachment 24887</a> <a href="attachment.cgi?id=24887&action=edit" title="MSVC CodeView object file.">[details]</a></span>
MSVC CodeView object file.

Using the attached object file generated by MSVC 2017 (CodeView format)
and the below commands, 'yaml2obj' generates a fatal error.

------------------------------------------
obj2yaml test.o > test.yaml
yaml2obj test.yaml -o test.o
------------------------------------------

YAML:455:28: error: GUID strings are 38 characters long
          Guid:            '{C903AB-968-4639-84F8-7D3E719A1BE1}'
                          
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
yaml2obj: error: failed to parse YAML input: invalid argument</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>