[PATCH] D136632: [ObjectYAML] Add support for DXContainer HASH

Xiang Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 25 11:43:17 PDT 2022


python3kgae added inline comments.


================
Comment at: llvm/include/llvm/ObjectYAML/DXContainerYAML.h:70
+  bool IncludesSource;
+  std::vector<llvm::yaml::Hex8> Digest;
+};
----------------
Why use vector here when the size is always 16?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136632



More information about the llvm-commits mailing list