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
Filtering based on linkage, e.g., GlobalValue::ExternalLinkage, is too inclusive.
GlobalValue::ExternalLinkage
int i; // @i = dso_local global i32 0, align 4, !dbg !6 -> ExternalLinkage int ii = 0; // @ii = dso_local global i32 0, align 4, !dbg !0 -> ExternalLinkage extern const int eci; // @eci = external dso_local constant i32, align 4 -> ExternalLinkage static int si; // @si = internal global i32 0, align 4, !dbg !12
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Filtering based on linkage, e.g.,
GlobalValue::ExternalLinkage
, is too inclusive.The text was updated successfully, but these errors were encountered: