beanz added inline comments.

================
Comment at: clang/include/clang/Basic/HLSLRuntime.h:39
+  return static_cast<ShaderStage>(Pipeline);
+}
+
----------------
bogner wrote:
> You're not actually introducing the dependency here (it was already there), 
> but neither `ShaderStage` in LangOptions.h nor the shader stage 
> `EnvironmentType` in Triple.h mention that they need to be kept in sync with 
> the other. Can you add comments to both that note the relationship?
Will do!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135595/new/

https://reviews.llvm.org/D135595

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to