Skip to content

[libc] Provide realloc function for ARM #98786

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Conversation

Prabhuk
Copy link
Contributor

@Prabhuk Prabhuk commented Jul 14, 2024

Add realloc function entrypoint for ARM baremetal targets.

Add realloc function entrypoint for ARM baremetal targets.
@llvmbot llvmbot added the libc label Jul 14, 2024
@llvmbot
Copy link
Member

llvmbot commented Jul 14, 2024

@llvm/pr-subscribers-libc

Author: Prabhuk (Prabhuk)

Changes

Add realloc function entrypoint for ARM baremetal targets.


Full diff: https://github.com/llvm/llvm-project/pull/98786.diff

1 Files Affected:

  • (modified) libc/config/baremetal/arm/entrypoints.txt (+1)
diff --git a/libc/config/baremetal/arm/entrypoints.txt b/libc/config/baremetal/arm/entrypoints.txt
index 90a4dab2decba..b82e128fb8e0c 100644
--- a/libc/config/baremetal/arm/entrypoints.txt
+++ b/libc/config/baremetal/arm/entrypoints.txt
@@ -186,6 +186,7 @@ set(TARGET_LIBC_ENTRYPOINTS
     libc.src.stdlib.llabs
     libc.src.stdlib.lldiv
     libc.src.stdlib.malloc
+    libc.src.stdlib.realloc
     libc.src.stdlib.qsort
     libc.src.stdlib.rand
     libc.src.stdlib.srand

@Prabhuk Prabhuk requested a review from petrhosek July 14, 2024 02:00
@petrhosek
Copy link
Member

I have already opened #98780.

@Prabhuk
Copy link
Contributor Author

Prabhuk commented Jul 14, 2024

Closing this PR as #98780 has already been opened.

@Prabhuk Prabhuk closed this Jul 14, 2024
@Prabhuk Prabhuk deleted the main3 branch July 14, 2024 03:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants