Re: r339317 - Correctly initialise global blocks on Windows.

2018-08-09 Thread Hans Wennborg via cfe-commits
Merged to 7.0 in r339339. On Thu, Aug 9, 2018 at 10:02 AM, David Chisnall via cfe-commits wrote: > Author: theraven > Date: Thu Aug 9 01:02:42 2018 > New Revision: 339317 > > URL: http://llvm.org/viewvc/llvm-project?rev=339317&view=rev > Log: > Correctly initialise global blocks on Windows. > >

r339317 - Correctly initialise global blocks on Windows.

2018-08-09 Thread David Chisnall via cfe-commits
Author: theraven Date: Thu Aug 9 01:02:42 2018 New Revision: 339317 URL: http://llvm.org/viewvc/llvm-project?rev=339317&view=rev Log: Correctly initialise global blocks on Windows. Summary: Windows does not allow globals to be initialised to point to globals in another DLL. Exported globals may