-
Notifications
You must be signed in to change notification settings - Fork 12.4k
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
Unable build Clang for i386 arch: ../tools/extra/clangd/Shutdown.cpp:21:10: error: 'abort' is not a member of 'std' #105
Comments
Try adding:
at the top of the file, that should fix it. |
Thanks, now i386 target builded too. |
This is required for the release/10.x branch as well. |
cuviper
pushed a commit
to cuviper/llvm-project
that referenced
this issue
Aug 27, 2023
…cal constants (llvm#105) Fixes PR49932 Reviewed By: mehdi_amini Differential Revision: https://reviews.llvm.org/D100322
RevySR
pushed a commit
to revyos/llvm-project
that referenced
this issue
Jul 27, 2024
…ompress` (llvm#105) * [LLVM][XTHeadVector] Implement 17.2-17.6 `vmv/vfmv/vslide/vrgather/vcompress` * [LLVM][XTHeadVector] Test `vrgather/vcompress` * [LLVM][XTHeadVector] Test `vslide` * [LLVM][XTHeadVector] Test `vslide` for rv32 * [LLVM][XTHeadVector] Fix `vslide1` tests for rv32
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I build Clang from
release/10.x
branch for target i386 I always get the compiler error:The target x86_64 Clang compiling without errors, and also LLVM compiled without error for both targets.
Full compiling log is here: https://pastebin.com/hD7uYVuJ
The text was updated successfully, but these errors were encountered: