Skip to content

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

Open
@hekota

Description

@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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    HLSLHLSL Language Support

    Type

    No type

    Projects

    Status

    Planning

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions