Skip to content

[HLSL] Make sure compilation stops when errors are reported from LLVM pass #140972

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

Open
hekota opened this issue May 21, 2025 · 0 comments
Open
Labels
HLSL HLSL Language Support

Comments

@hekota
Copy link
Member

hekota commented May 21, 2025

When errors are reported from an LLVM pass, such as when there are overlapping resource bindings or mismatched counter direction calls, Clang errors an error and then continues executing and outputs the assembly. We need to stop the execution when a pass detects an error state, as DXC does.

@hekota hekota added the HLSL HLSL Language Support label May 21, 2025
@hekota hekota moved this to Planning in HLSL Support May 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
HLSL HLSL Language Support
Projects
Status: Planning
Development

No branches or pull requests

1 participant