mirror of
https://github.com/intel/llvm.git
synced 2026-01-27 06:06:34 +08:00
[libc] Include realloc in baremetal entrypoints (#98780)
This is used in some embedded projects.
This commit is contained in:
@@ -188,6 +188,7 @@ set(TARGET_LIBC_ENTRYPOINTS
|
||||
libc.src.stdlib.malloc
|
||||
libc.src.stdlib.qsort
|
||||
libc.src.stdlib.rand
|
||||
libc.src.stdlib.realloc
|
||||
libc.src.stdlib.srand
|
||||
libc.src.stdlib.strtod
|
||||
libc.src.stdlib.strtof
|
||||
|
||||
@@ -184,6 +184,7 @@ set(TARGET_LIBC_ENTRYPOINTS
|
||||
libc.src.stdlib.malloc
|
||||
libc.src.stdlib.qsort
|
||||
libc.src.stdlib.rand
|
||||
libc.src.stdlib.realloc
|
||||
libc.src.stdlib.srand
|
||||
libc.src.stdlib.strtod
|
||||
libc.src.stdlib.strtof
|
||||
|
||||
Reference in New Issue
Block a user