[llvm-bugs] [Bug 41462] Missing support for MIPS --binary-architecture and --output-target values

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Apr 18 07:28:02 PDT 2019


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

Jordan Rupprecht <rupprecht at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Fixed By Commit(s)|rL358562                    |rL358562, rL358667
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #5 from Jordan Rupprecht <rupprecht at google.com> ---
I added "--binary-architecture mips" plus tests in rL358667, since that's easy
enough.

I'm actually questioning what this flag does, since the unit test we have does
"llvm-objcopy -I binary -B <arch> foo.txt foo.o" and checks the arch of the
file, but it seems GNU objcopy outputs that as binary, so the binary arch
shouldn't really matter.

I'll close this and do the cleanup mentioned in comment #3 separately.

-- 
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/20190418/b2e626a9/attachment.html>


More information about the llvm-bugs mailing list