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
Hi, While trying to inspect the IR generated by clang-omp, I found that an internal struct is created, with no associated metadata.
at the very top of the IR file I have
%struct.anon = type { i8 }
unfortunately, when I process the ll module, anon doesn't appear in the types list.
Is that a bug, or is there any workaround?
The text was updated successfully, but these errors were encountered:
Hmm, that's very strange. Are you sure that you're providing the same compilation flags?
Best regards,
Software Engineer Intel Compiler Team Intel Corp.
27.03.2015 13:57, JeWaVe пишет:
Hi, While trying to inspect the IR generated by clang-omp, I found that an internal struct is created, with no associated metadata. at the very top of the IR file I have %struct.anon = type { i8 } unfortunately, when I process the ll module, anon doesn't appear in the types list. Is that a bug, or is there any workaround? — Reply to this email directly or view it on GitHub #67.
— Reply to this email directly or view it on GitHub #67.
Sorry, something went wrong.
No branches or pull requests
Hi,
While trying to inspect the IR generated by clang-omp, I found that an internal struct is created, with no associated metadata.
at the very top of the IR file I have
%struct.anon = type { i8 }
unfortunately, when I process the ll module, anon doesn't appear in the types list.
Is that a bug, or is there any workaround?
The text was updated successfully, but these errors were encountered: