You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[builtins] Fix floattitf.c etc. compilation on Solaris/SPARC
69660cc broke the Solaris/sparcv9 buildbot
https://lab.llvm.org/staging/#/builders/12/builds/264:
`compiler-rt/lib/builtins/int_to_fp.h` unconditionally uses `*int128_t`
which don't exist on 32-bit SPARC.
As suggested in llvm#67540, this patch
fixes this by moving the `CRT_HAS_TF_MODE` guard up which does the
necessary checks.
Tested on `sparcv9-sun-solaris2.11`.
0 commit comments