[llvm] [HLSL] Refactoring DXILABI.h to not depend on scope printer (PR #153840)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 15 15:02:43 PDT 2025
================
@@ -93,9 +94,8 @@ static raw_ostream &operator<<(raw_ostream &OS,
}
static raw_ostream &operator<<(raw_ostream &OS, const ClauseType &Type) {
- OS << enumToStringRef(dxil::ResourceClass(llvm::to_underlying(Type)),
----------------
joaosaffran wrote:
Not the same enum @llvm-beanz
https://github.com/llvm/llvm-project/pull/153840
More information about the llvm-commits
mailing list