[libc-commits] [libc] [libc][arm] additions to configure 32b ARM cross build (PR #96336)
Nick Desaulniers via libc-commits
libc-commits at lists.llvm.org
Mon Jun 24 11:13:04 PDT 2024
================
@@ -367,6 +367,18 @@ set(TARGET_LIBM_ENTRYPOINTS
libc.src.math.ufromfpxl
)
+if(LLVM_LIBC_FULL_BUILD)
+ list(APPEND TARGET_LIBC_ENTRYPOINTS
+ # stdlib.h entrypoints
+ libc.src.stdlib._Exit
+ libc.src.stdlib.atexit
+ libc.src.stdlib.exit
----------------
nickdesaulniers wrote:
Trying to cross compile the unit tests is super broken, but very quickly, we will need realloc.
https://github.com/llvm/llvm-project/pull/96336
More information about the libc-commits
mailing list