[ATfE] Remove __LLVM_LIBC__ define workaround for libcxx#676
Merged
voltur01 merged 1 commit intoarm:arm-softwarefrom Jan 15, 2026
Merged
[ATfE] Remove __LLVM_LIBC__ define workaround for libcxx#676voltur01 merged 1 commit intoarm:arm-softwarefrom
voltur01 merged 1 commit intoarm:arm-softwarefrom
Conversation
After llvm/llvm-project#174967 RUNTIMES_USE_LIBC=llvm-libc option provides all necessary defines for libcxx to work with LLVM libc.
saturn691
approved these changes
Jan 15, 2026
voltur01
added a commit
to voltur01/arm-toolchain
that referenced
this pull request
Jan 21, 2026
After llvm/llvm-project#174967 RUNTIMES_USE_LIBC=llvm-libc option provides all necessary defines for libcxx to work with LLVM libc. (cherry picked from commit 227f790)
voltur01
added a commit
that referenced
this pull request
Jan 22, 2026
This applies the following changes to 22.x release branch: #667 [ATfE] Use semihosting SYS_READC for stdin with llvm libc #676 [ATfE] Remove __LLVM_LIBC__ define workaround for libcxx #678 [ATfE] Replace call to abort with __llvm_libc_exit in libc startup code #679 [ATfE] Update comment about handling cleanup for exit() #683 [ATfE] Provide nohost init and exit in llvmlibc startup code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
After llvm/llvm-project#174967 RUNTIMES_USE_LIBC=llvm-libc option provides all necessary defines for libcxx to work with LLVM libc.