[cfe-dev] compiler-rt non-neon builds are still broken

İsmail Dönmez ismail at donmez.ws
Tue Dec 16 14:04:00 PST 2014


Hi,

On Tue, Dec 16, 2014 at 11:45 PM, Renato Golin <renato.golin at linaro.org> wrote:
> Ismail,
>
> I haven't tested much, but can you try the attached patch? I think it
> should work under *any* condition, since it uses the .fpu directive. I
> split it in a separate file to not taint the rest.

Doesn't seem to work

../projects/libcxxabi/src/Unwind/UnwindRegistersSaveARM.S:152:15:
error: register expected
  vstmia r0, {d16-d31}
              ^

../projects/libcxxabi/src/Unwind/UnwindRegistersRestoreARM.S:145:15:
error: register expected
  vldmia r0, {d16-d31}
              ^

Using -mfpu=vfpv3-d16 with r224370



More information about the cfe-dev mailing list