Add support for importing and exporting Registry objects on Windows
On Windows, the DLL containing the registry will get its own global head and tail variables, so the entries registered in the DLL will be invisible to the consumer. In order to solve this, we need to export a getter function from the plugin DLL per registry and copy over the data inside it. This patch adds support for this. This will be used to support clang plugins on Windows. llvm-svn: 260261
Loading
Please register or sign in to comment