[llvm-dev] Clang for the PlayStation 2

Dan Ravensloft via llvm-dev llvm-dev at lists.llvm.org
Fri Sep 7 09:33:04 PDT 2018


On Fri, 7 Sep 2018 at 16:59, Tim Northover <t.p.northover at gmail.com> wrote:

> $ clang -target mips64el-img-linux -mcpu=mips3 -S -o- -Os tmp.c
>
Actually, I just tried your flags; you're missing `-msingle-float`, which
is what reproduces the crash on my end. Without it there is no problem.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180907/a929ae60/attachment.html>


More information about the llvm-dev mailing list