[llvm-bugs] [Bug 50506] [obj2yaml][yaml2obj] Cannot round-trip clang-produced object file

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Jun 16 02:06:46 PDT 2021


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

James Henderson <jh7370.2008 at my.bristol.ac.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|CONFIRMED                   |RESOLVED

--- Comment #5 from James Henderson <jh7370.2008 at my.bristol.ac.uk> ---
I've fixed this across two commits:

https://github.com/llvm/llvm-project/commit/fef3bfb1b23af09668d20b09f09c65cc14b5479c
fixes the section header string table issue as described in comment 2.

https://github.com/llvm/llvm-project/commit/fef3bfb1b23af09668d20b09f09c65cc14b5479c
fixes the issue identified in comment 3.

Combined, I can now get use a recent clang to generate a simple object which
obj2yaml and then yaml2obj can consume.

-- 
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/20210616/81580fa4/attachment.html>


More information about the llvm-bugs mailing list