We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
dlp infer-attributes
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
--target-architecture=x86|x86_64 Set <arch> as the target architecture [default: x86].
Originally reported here: #8 (comment).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 forWith explicit
--target-architecture=x86
, everything works. The help text, however, shows the wrong default:Originally reported here: #8 (comment).
The text was updated successfully, but these errors were encountered: