[PATCH] D72812: [IR] Module's NamedMD table needn't be 'void *'

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 15 15:24:50 PST 2020


dblaikie accepted this revision.
dblaikie added a comment.
This revision is now accepted and ready to land.

Sounds good -t hanks for all the context. Previously this might've been an effort to keep the dependencies of a core header like Module.h small, but since it now has the dependencies this relies on - this change isn't making the situation worse in any way I can think of.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72812





More information about the llvm-commits mailing list