Finn Plummer 5d76555f93
[NFC][HLSL][RootSignature] Use operator<< overload instead of dump method (#141127)
- we will need to provide a way to dump `RootFlags` for serialization
and by using operator overloads we can maintain a consistent interface

This is an NFC to allow for
https://github.com/llvm/llvm-project/issues/138192 to be more
straightforwardly implemented.
2025-05-22 19:21:40 -07:00
..