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

Architecture not properly configured #11

Open
jacob-carlborg opened this issue Jan 21, 2021 · 0 comments
Open

Architecture not properly configured #11

jacob-carlborg opened this issue Jan 21, 2021 · 0 comments

Comments

@jacob-carlborg
Copy link
Owner

The architecture does not seem to be properly configured. For some things, it's configured for 32bit, for some things 64bit.

dlp infer-attributes shows errors for

import std.bitmanip;

auto foo(BitArray a)
{
    return a & a;
}

With explicit --target-architecture=x86, everything works. The help text, however, shows the wrong default:

--target-architecture=x86|x86_64      Set <arch> as the target architecture [default: x86].

Originally reported here: #8 (comment).

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