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

x86_64 target missing #1

Open
AXKuhta opened this issue Feb 1, 2022 · 0 comments
Open

x86_64 target missing #1

AXKuhta opened this issue Feb 1, 2022 · 0 comments

Comments

@AXKuhta
Copy link

AXKuhta commented Feb 1, 2022

You could compile x86_64 kernels with the original Proton Clang. This toolchain can't, since x86_64 target was disabled. If you were to try and compile a test .c program, it would complain:

$ clang hello_world.c
error: unable to create target: 'No available targets are compatible with triple "x86_64-unknown-linux-gnu"'
1 error generated.

I imagine this is intentional, perhaps to reduce the size or build times. Nevertheless, I would appreciate if you could add it back.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant