[compiler-rt] Drop CRT_HAS_128BIT routines on Android

Joerg Sonnenberger joerg at britannica.bec.de
Fri Jun 20 18:13:06 PDT 2014


On Fri, Jun 20, 2014 at 09:21:21PM +0000, Duane Sand wrote:
> The attached patch is an urgent workaround in builds of the compiler-rt
> component of Android.  The recently-added CRT_HAS_128BIT routines make
> use of host compiler support of 128-bit ints via the mode(TI) compiler
> extension.  The mips64 llvm compiler back end crashes on uses of that
> extension.

Frankly, that should be fixed in the backend. Do you have an open PR for
this?

Joerg



More information about the llvm-commits mailing list