[PATCH] D70195: Fix error message missed in commit dde589389fcb8b5098f7a47f1b781b27d29a0cac.

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 13 11:46:01 PST 2019


tejohnson added a comment.

Thanks for fixing this and for the cleanup. Since we will have the same const INDEX_VERSION variable defined in both the bitcode reader and writer, I'm thinking it will make sense to move this somewhere common, which I guess would be ModuleSummaryIndex.h, maybe as a static variable in the ModuleSummaryIndex class itself.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70195





More information about the llvm-commits mailing list