[llvm-bugs] [Bug 50459] New: [yaml2obj] error: failed to parse YAML input: invalid argument

via llvm-bugs llvm-bugs at lists.llvm.org
Tue May 25 02:29:32 PDT 2021


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

            Bug ID: 50459
           Summary: [yaml2obj] error: failed to parse YAML input: invalid
                    argument
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: DebugInfo
          Assignee: unassignedbugs at nondot.org
          Reporter: international.phantom at gmail.com
                CC: jdevlieghere at apple.com, keith.walker at arm.com,
                    llvm-bugs at lists.llvm.org,
                    paul_robinson at playstation.sony.com

Created attachment 24887
  --> https://bugs.llvm.org/attachment.cgi?id=24887&action=edit
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

-- 
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/20210525/946e9372/attachment-0001.html>


More information about the llvm-bugs mailing list