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

missing type information in IR for internal structures #67

Open
JeWaVe opened this issue Mar 27, 2015 · 1 comment
Open

missing type information in IR for internal structures #67

JeWaVe opened this issue Mar 27, 2015 · 1 comment

Comments

@JeWaVe
Copy link

JeWaVe commented Mar 27, 2015

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?

@alexey-bataev
Copy link
Member

Hmm, that's very strange. Are you sure that you're providing the same
compilation flags?

Best regards,

Alexey Bataev

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.

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

No branches or pull requests

2 participants