Displaying 2 results from an estimated 2 matches for "63b84fd3".
2016 Mar 01
2
Problem with mingw32 DLL build
...I'd like to ask if there is another approach that
would work: do you see any ways to effectively cause the static data member
to be emitted reliably?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160301/63b84fd3/attachment.html>
2016 Mar 01
3
Problem with mingw32 DLL build
Folks, there is an issue pretty buried in the commits list that I suspect
should have wider visibility.
See r262188 and subsequent discussion. To summarize: it appears that
mingw32 was unable to correctly produce a static data member when
instantiated as a base class. The "fix" is to then explicitly instantiate
the base class separately from its use in a base class.
I think this is