clang-cl: Support loading plugins on Windows
This builds on the support being added to LLVM to import and export registries from DLLs. This will allow us to pick up the registry entries added in the DLL's copy of FrontendPluginRegistry. This will allow us to use plugins on Windows using: $ clang-cl -Xclang -load -Xclang plugin.dll \ -Xclang -add-plugin -Xclang foo git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260265 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- docs/ClangPlugins.rst 4 additions, 1 deletiondocs/ClangPlugins.rst
- examples/PrintFunctionNames/PrintFunctionNames.cpp 1 addition, 0 deletionsexamples/PrintFunctionNames/PrintFunctionNames.cpp
- lib/FrontendTool/ExecuteCompilerInvocation.cpp 8 additions, 1 deletionlib/FrontendTool/ExecuteCompilerInvocation.cpp
Loading
Please register or sign in to comment