Skip to content
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

Add support for x86 builds with Clang. #139

Open
crud89 opened this issue Aug 26, 2024 · 1 comment
Open

Add support for x86 builds with Clang. #139

crud89 opened this issue Aug 26, 2024 · 1 comment
Labels
Module: Build 🛠 Issues that involve the build process. Type: Feature Request New feature or request.

Comments

@crud89
Copy link
Owner

crud89 commented Aug 26, 2024

Describe your problem

PR #138 introduced support for Clang builds, however they do currently only work when targeting x64 architectures, as x86 builds produce codegen errors. If support for std::generator (see #119) is improved, many of them should go away. Furthermore, occasions where types are wrongly deduced are mostly caused by implicit conversions to size_t. To fix this, we should use the uz literal, after it becomes available. Until the above changes can be implemented and thus allow for a re-evaluation of this issue, x86 clang support remains blocked.

@crud89 crud89 added Type: Feature Request New feature or request. Module: Build 🛠 Issues that involve the build process. labels Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Module: Build 🛠 Issues that involve the build process. Type: Feature Request New feature or request.
Projects
Status: Blocked
Development

No branches or pull requests

2 participants
@crud89 and others