[PATCH] D56130: Extend Module::getOrInsertGlobal to also take the default arguments accepted by the GlobalVariable constructor.

Philip Pfaffe via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 28 09:07:41 PST 2018


philip.pfaffe added a comment.

The extra arguments are //not// filters. The idea here is to basicly be a mostly-drop-in replacement for calling the GlobalVariable constructor.


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

https://reviews.llvm.org/D56130





More information about the llvm-commits mailing list