[compiler-rt] r245296 - [compiler-rt] Add AArch64 to CMake configuration and several missing builtins

Ed Maste via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 18 10:30:33 PDT 2015


On 18 August 2015 at 14:43, Sergey Dmitrouk via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
>
> Author: sdmitrouk
> Date: Tue Aug 18 08:43:37 2015
> New Revision: 245296
>
> URL: http://llvm.org/viewvc/llvm-project?rev=245296&view=rev
> Log:
> [compiler-rt] Add AArch64 to CMake configuration and several missing builtins

Thanks for getting these in, it takes care of an item on my TODO list.
I would still like to clean them up to avoid the code duplication but
this is better than not having them, until that can happen.

We fixed the __builtin_clzll in FreeBSD in r286779 last Friday; I'll
make sure a newer snapshot of compiler-rt makes it into FreeBSD so we
can drop the local change and be identical to upstream.

-Ed


More information about the llvm-commits mailing list