feat(compiler-rt): update compiler-rt source filesUpdate the compiler-rt source files to the tip of the llvm-project [1].To do this some new header files were pulled in from the freebsd-srcrepo [
feat(compiler-rt): update compiler-rt source filesUpdate the compiler-rt source files to the tip of the llvm-project [1].To do this some new header files were pulled in from the freebsd-srcrepo [2].[1] https://github.com/llvm/llvm-project/commit/fae258e[2] https://github.com/freebsd/freebsd-src/commit/243a0edaChange-Id: I1a012b1fe04e127d35e208923877c98c5d999d00Signed-off-by: Daniel Boulby <daniel.boulby@arm.com>
show more ...
libc: Remove non-Arm filesRemove all files that don't have only Arm copyright. This is the firststep to cleanup the C library in this repository. They will be re-addedin the following patches.C
libc: Remove non-Arm filesRemove all files that don't have only Arm copyright. This is the firststep to cleanup the C library in this repository. They will be re-addedin the following patches.Change-Id: I72c40a1620d1df3228fc397ec695d569a20245fdSigned-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
Create a library file for libcTF Makefile was linking all the objects files generated for thec library instead of creating a static library that could beused in the linking stage.Change-Id: I72
Create a library file for libcTF Makefile was linking all the objects files generated for thec library instead of creating a static library that could beused in the linking stage.Change-Id: I721daea097e9b13cbb42c9f8eaa2af8fea0799cfSigned-off-by: Roberto Vargas <roberto.vargas@arm.com>