[llvm] [DXIL] Adding support to RootSignatureFlags in obj2yaml (PR #122396)

Damyan Pepper via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 3 17:20:01 PST 2025


================
@@ -72,6 +73,21 @@ struct ShaderHash {
   std::vector<llvm::yaml::Hex8> Digest;
 };
 
+#define ROOT_ELEMENT_FLAG(Num, Val, Str) bool Val = false;
----------------
damyanp wrote:

I know that this is copying the ShaderFeatureFlags example above, but IMO this would be much clearer if the `#define` was immediately before the `#include`.  I'd be interested to know if there's a reason for this.

https://github.com/llvm/llvm-project/pull/122396


More information about the llvm-commits mailing list