-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Update llvm-libc to llvm 21.1.8 #26151
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
Conversation
|
Should we restore changes in
|
It looks like those change are no longer needed are they? Since |
|
Ah, you're right. Those restored are about |
This was missing from #26151.
Missing from #26151. The newly added parts are copied from https://github.com/emscripten-core/emscripten/blob/main/system/lib/libcxx/readme.txt, which is synced with LLVM releases.
This makes llvm libc on par with libcxx and libcxxabi. #26058
The remaining local changes to libc sources are very minor and is all in llvm/llvm-project#177474.
Once both of these PRs go in, we can try syncing it to the LLVM upstream HEAD.