Re: r339597 - Enforce instantiation of template multiversion functions

2018-08-14 Thread Hans Wennborg via cfe-commits
Merged to 7.0 in r339663. On Mon, Aug 13, 2018 at 8:33 PM, Erich Keane via cfe-commits wrote: > Author: erichkeane > Date: Mon Aug 13 11:33:20 2018 > New Revision: 339597 > > URL: http://llvm.org/viewvc/llvm-project?rev=339597&view=rev > Log: > Enforce instantiation of template multiversion funct

r339597 - Enforce instantiation of template multiversion functions

2018-08-13 Thread Erich Keane via cfe-commits
Author: erichkeane Date: Mon Aug 13 11:33:20 2018 New Revision: 339597 URL: http://llvm.org/viewvc/llvm-project?rev=339597&view=rev Log: Enforce instantiation of template multiversion functions Multiversioned member functions inside of a template type were not properly being emitted. The soluti