Skip to content

[DebugInfo] Fix CU translation when GV goes before CU #2010

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

Merged
merged 1 commit into from
May 19, 2023

Conversation

MrSidims
Copy link
Contributor

Translation of DebugInfo compilation units and entry points moved before translation of GVs.

In other case we might end up in a situation when while quering for CUs we find none of them.

Translation of DebugInfo compilation units and entry points
moved before translation of GVs.

In other case we might end up in a situation when while
quering for CUs we find none of them.

Signed-off-by: Sidorov, Dmitry <[email protected]>
@MrSidims
Copy link
Contributor Author

@vmaksimo @asudarsa @maksimsab @jgstarIntel @LU-JOHN please take a look

Copy link
Contributor

@maksimsab maksimsab left a comment

Choose a reason for hiding this comment

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

LGTM

clang-tidy complain looks like a complain about deprecated CI setting.

@MrSidims MrSidims merged commit 47b1628 into KhronosGroup:main May 19, 2023
MrSidims added a commit to MrSidims/SPIRV-LLVM-Translator that referenced this pull request Jun 16, 2023
)

Translation of DebugInfo compilation units and entry points
moved before translation of GVs.

In other case we might end up in a situation when while
quering for CUs we find none of them.

Signed-off-by: Sidorov, Dmitry <[email protected]>
MrSidims added a commit that referenced this pull request Jun 19, 2023
Translation of DebugInfo compilation units and entry points
moved before translation of GVs.

In other case we might end up in a situation when while
quering for CUs we find none of them.

Signed-off-by: Sidorov, Dmitry <[email protected]>
vmaksimo pushed a commit to vmaksimo/SPIRV-LLVM-Translator that referenced this pull request Jun 27, 2023
)

Translation of DebugInfo compilation units and entry points
moved before translation of GVs.

In other case we might end up in a situation when while
quering for CUs we find none of them.

Signed-off-by: Sidorov, Dmitry <[email protected]>
MrSidims added a commit that referenced this pull request Jul 3, 2023
Translation of DebugInfo compilation units and entry points
moved before translation of GVs.

In other case we might end up in a situation when while
quering for CUs we find none of them.

Signed-off-by: Sidorov, Dmitry <[email protected]>
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.

2 participants