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

Move hlsl_header definition from lit.site.cfg.in to lit.cfg #7037

Closed
wants to merge 2 commits into from

Conversation

bob80905
Copy link
Collaborator

Internal pipelines fail because a definition that was added to lit.site.cfg.in isn't being recognized. This PR moves the definition over to the relevant lit.cfg file, which leaves this autogenerated file unedited. The new definition is picked up and recognized, which prevents failures.

@bob80905 bob80905 requested a review from a team as a code owner December 16, 2024 20:06
Copy link
Member

@damyanp damyanp left a comment

Choose a reason for hiding this comment

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

Superficially, this is surprising to me - why is hlsl_headers_dir different to all the other things after config. in the .in file?

@bob80905
Copy link
Collaborator Author

Superficially, this is surprising to me - why is hlsl_headers_dir different to all the other things after config. in the .in file?

It was manually added in this PR:
Add specific handling for inline spirv pointer types by s-perron · Pull Request #6873 · microsoft/DirectXShaderCompiler

@bob80905
Copy link
Collaborator Author

Dxc doesn't need to be modified it appears.

@bob80905 bob80905 closed this Dec 17, 2024
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.

2 participants