[PATCH] D33870: Expose IRMover flag

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 4 22:04:44 PDT 2017


tejohnson added a comment.

You could add an llvm-link based test, adding an option for controlling this behavior to that tool.



================
Comment at: include/llvm/Linker/IRMover.h:64
   IRMover(Module &M);
+  IRMover(Module &M, bool OnlyNamedTypes);
 
----------------
How about just add the parameter to the existing constructor, but with a default of false (here and elsewhere).


https://reviews.llvm.org/D33870





More information about the llvm-commits mailing list