mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
fec20f48cd
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 |
||
---|---|---|
.. | ||
llvm | ||
llvm-c |