Skip to content

LLVM ERROR when attempting to format integer with > 128 bits #7924

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

Closed
rgreenblatt opened this issue Jan 31, 2021 · 2 comments
Closed

LLVM ERROR when attempting to format integer with > 128 bits #7924

rgreenblatt opened this issue Jan 31, 2021 · 2 comments
Milestone

Comments

@rgreenblatt
Copy link
Contributor

const debug = @import("std").debug;

pub fn main() void {
    const any_size_over_128: u129 = 0;

    debug.print("{}\n", .{any_size_over_128});
}
>  zig build-exe big_int.zig
LLVM ERROR: Unsupported library call operation!
[1]    1710683 abort (core dumped)  zig build-exe big_int.zig
@data-man
Copy link
Contributor

Duplicate of #7748.

@Vexu Vexu closed this as completed Jan 31, 2021
@Vexu
Copy link
Member

Vexu commented Jan 31, 2021

Also #1485.

@andrewrk andrewrk added this to the 0.8.0 milestone Jun 4, 2021
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

4 participants