Skip to content

missing type information in IR for internal structures #67

Description

@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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions