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

[SPIRV] Fix NonSemanticDebugInfo to include all files #6935

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

SteveUrquhart
Copy link
Contributor

Previously, we fixed the SPIRV OpenCL debug info to always represent all include files, even those that only have preprocessor definitions. This work was merged in #6094. This PR applies the same fix to the NonSemantic debug info, and resolves #6907

@SteveUrquhart SteveUrquhart requested a review from a team as a code owner September 25, 2024 20:11
Copy link
Contributor

github-actions bot commented Sep 25, 2024

✅ With the latest revision this PR passed the C/C++ code formatter.

@s-perron s-perron merged commit 5c16ae7 into microsoft:main Sep 26, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[SPIR-V] Define-only include files are missing in -fspv-debug=vulkan-with-source
3 participants