thakis added a comment.
Clang's plugin model is currently fundamentally incompatible with how imports
and exports work on Windows, which I'm guessing is probably why
LLVM_EXPORT_REGISTRY was removed as well. There's no easy way to get plugins to
work on Windows.
CHANGES SINCE LAST ACTION
ht
v.g.vassilev added a comment.
Indeed. IIUC, here is no way clang-cl to load plugins if compiled
BUILD_SHARED_LIB=0. It is not clear to me if that's a design limitation or
something else. I'd love to be able to load plugins on a 'standard' clang-cl
instance.
CHANGES SINCE LAST ACTION
https:/
thakis added a comment.
LLVM_EXPORT_REGISTRY no longer exists, so this can't be relanded.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D16761/new/
https://reviews.llvm.org/D16761
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https
chapuni added a comment.
@v.g.vassilev, I couldn't explain what it caused. Fell free to recommit.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D16761/new/
https://reviews.llvm.org/D16761
___
cfe-commits mailing list
cfe-commits@lists.llvm.o
v.g.vassilev added subscribers: chapuni, v.g.vassilev.
v.g.vassilev added a comment.
@chapuni, you have reverted this patch and the commit message says
"investigating". Did you come to a conclusion? Can we reland it?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D16761/new/
https://revi
Eugene.Zelenko added a subscriber: Eugene.Zelenko.
Eugene.Zelenko added a comment.
Was committed in r260265, but reverted in r260536.
https://reviews.llvm.org/D16761
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-b
rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.
lgtm
http://reviews.llvm.org/D16761
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
ehsan updated this revision to Diff 47057.
ehsan added a comment.
Sorry for the noise, arconist fail...
http://reviews.llvm.org/D16761
Files:
docs/ClangPlugins.rst
examples/PrintFunctionNames/PrintFunctionNames.cpp
lib/FrontendTool/ExecuteCompilerInvocation.cpp
test/Frontend/plugins.c
ehsan updated this revision to Diff 47056.
ehsan added a comment.
Updating based on the LLVM side changes.
http://reviews.llvm.org/D16761
Files:
docs/ClangPlugins.rst
examples/PrintFunctionNames/PrintFunctionNames.cpp
include/clang/Basic/DiagnosticASTKinds.td
lib/AST/ExprConstant.cpp
ehsan created this revision.
ehsan added a reviewer: rnk.
ehsan added a subscriber: cfe-commits.
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 wi
10 matches
Mail list logo