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
It looks like on current master/merge-2.064, LDC_no_moduleinfo is recognized as a valid pragma, but has no effect on codegen.
LDC_no_moduleinfo
We should fix this, as the druntime/… references implied by emitting module info are annoying when trying to use D in a bare-metal setting (see e.g. http://forum.dlang.org/post/gxjsonwgjhbpqutymqlg@forum.dlang.org).
The text was updated successfully, but these errors were encountered:
0457039
No branches or pull requests
It looks like on current master/merge-2.064,
LDC_no_moduleinfo
is recognized as a valid pragma, but has no effect on codegen.We should fix this, as the druntime/… references implied by emitting module info are annoying when trying to use D in a bare-metal setting (see e.g. http://forum.dlang.org/post/gxjsonwgjhbpqutymqlg@forum.dlang.org).
The text was updated successfully, but these errors were encountered: