rjmccall added a comment.

Otherwise LGTM.



================
Comment at: clang/lib/CodeGen/CGVTables.cpp:633
+  llvm::Module &module = CGM.getModule();
+  llvm::SmallString<16> componentName(globalVal->getName());
+
----------------
`componentName` seems to no longer be used meaningfully. in this function.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72959



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

Reply via email to