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 backend: support all the frontend features #19372

Closed
Tracked by #17748
andrewrk opened this issue Mar 20, 2024 · 2 comments
Closed
Tracked by #17748

x86 backend: support all the frontend features #19372

andrewrk opened this issue Mar 20, 2024 · 2 comments

Comments

@andrewrk
Copy link
Member

zig/src/target.zig

Lines 521 to 528 in 19b6995

.panic_fn => ofmt == .c or use_llvm or cpu_arch == .x86_64,
.panic_unwrap_error => ofmt == .c or use_llvm,
.safety_check_formatted => ofmt == .c or use_llvm,
.error_return_trace => use_llvm,
.is_named_enum_value => use_llvm,
.error_set_has_value => use_llvm or cpu_arch.isWasm(),
.field_reordering => use_llvm,
.safety_checked_instructions => use_llvm,

@andrewrk andrewrk added this to the 0.13.0 milestone Mar 20, 2024
@andrewrk andrewrk changed the title support all the frontend features x86 backend: support all the frontend features Mar 20, 2024
@jacobly0
Copy link
Member

jacobly0 commented Jan 5, 2025

Split into #21529 and #21530

@jacobly0 jacobly0 closed this as not planned Won't fix, can't repro, duplicate, stale Jan 5, 2025
@nektro
Copy link
Contributor

nektro commented Jan 5, 2025

was the former issue linked meant to be the same as this one?
edit: was it meant to be #22257 ?

@jacobly0 jacobly0 removed this from the 0.14.0 milestone Jan 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants