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: unassignedb...@nondot.org
          Reporter: international.phan...@gmail.com
                CC: jdevliegh...@apple.com, keith.wal...@arm.com,
                    llvm-bugs@lists.llvm.org,
                    paul_robin...@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to