diff options
author | Ehsan Akhgari <ehsan.akhgari@gmail.com> | 2016-02-09 19:37:25 +0000 |
---|---|---|
committer | Ehsan Akhgari <ehsan.akhgari@gmail.com> | 2016-02-09 19:37:25 +0000 |
commit | 6b484025ce9da1250721352fd1a5f357a02e3f34 (patch) | |
tree | 99aaae4e17180125c3f427281cf12079494710e1 /clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp | |
parent | c46ef8876b7aec2d0bda9a9a1810526d4e5903bb (diff) | |
download | bcm5719-llvm-6b484025ce9da1250721352fd1a5f357a02e3f34.tar.gz bcm5719-llvm-6b484025ce9da1250721352fd1a5f357a02e3f34.zip |
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
Diffstat (limited to 'clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions