[PATCH] D135190: [DirectX backend] Add analysis to collect DXILResources
Chris Bieneman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 6 13:10:24 PDT 2022
beanz added inline comments.
================
Comment at: llvm/lib/Target/DirectX/DXILResource.h:165
+ void print(raw_ostream &O) const;
+ void dump() const;
};
----------------
Include `llvm/Support/Compiler.h` so that LLVM_DUMP_METHOD is properly defined to make the dump method not stripped in debug builds.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135190/new/
https://reviews.llvm.org/D135190
More information about the llvm-commits
mailing list