Issue 140972
Summary [HLSL] Make sure compilation stops when errors are reported from LLVM pass
Labels HLSL
Assignees
Reporter hekota
    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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to