Hook up LLVM compiler-rt in the build system
authordp-arm <dimitris.papastamos@arm.com>
Thu, 4 May 2017 11:15:35 +0000 (12:15 +0100)
committerdp-arm <dimitris.papastamos@arm.com>
Fri, 12 May 2017 10:54:12 +0000 (11:54 +0100)
commitd801fbb0fc1834f7e7f6840d9a302beee5021f75
tree981a7487a741b23787fcf43db2be80dcefe3f24c
parent0e14a7fbeb3014e719302c9b7f6a24c4030dfaf0
Hook up LLVM compiler-rt in the build system

This patch enables compiler-rt for the AArch32 target.  The code is
not used for AArch64 as the architecture supports the 64-bit division
and modulo operations natively.

Change-Id: I1703a92872b0bb56ac0b98c67193830683963b13
Signed-off-by: dp-arm <dimitris.papastamos@arm.com>
Makefile
lib/compiler-rt/builtins/int_lib.h
lib/compiler-rt/compiler-rt.mk [new file with mode: 0644]