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

Add -visibility support for ldmd2 #4568

Closed
wants to merge 1 commit into from

Conversation

ryuukk
Copy link
Contributor

@ryuukk ryuukk commented Jan 28, 2024

No description provided.

// Parse:
// -visibility=default|hidden|public
if (p[11] == '=') {
ldcArgs.push_back(concat("--fvisibility=", p + 10));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't this be +12 ?

@kinke
Copy link
Member

kinke commented Jan 29, 2024

This is already (a tiny) part of #4563.

@ryuukk
Copy link
Contributor Author

ryuukk commented Jan 31, 2024

Oh thanks!

@ryuukk ryuukk closed this Jan 31, 2024
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

Successfully merging this pull request may close these issues.

3 participants