[llvm] r211639 - Print a=b as an assignment.
Doug Gilmore
Doug.Gilmore at imgtec.com
Thu Jun 26 18:54:01 PDT 2014
On 06/24/2014 03:45 PM, Rafael Espindola wrote:> Author: rafael
> Date: Tue Jun 24 17:45:16 2014
> New Revision: 211639
>
> URL: http://llvm.org/viewvc/llvm-project?rev=211639&view=rev
> Log:
> Print a=b as an assignment.
> ...
Hi Rafael,
We noticed there were more regressions one of our builders:
https://dmz-portal.mips.com/bb/builders/LLVM%20with%20delay%20slot%20optimizer%20and%20direct%20object%20emitter/builds/1622
and we bisected the problem down to your commit. Note that
SingleSource/UnitTests/AtomicOps is an existing regression the other
failures were introduced by your commit.
It appears that EH is basically broken, running simple_throw.simple gives:
terminate called after throwing an instance of 'int'
qemu: uncaught target signal 6 (Aborted) - core dumped
Aborted (core dumped)
We are in the process of collecting more information on the
issue.
Regards,
Doug
More information about the llvm-commits
mailing list