[LLVMbugs] [Bug 19672] New: Allow plugins to be loaded automatically

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed May 7 00:53:29 PDT 2014


http://llvm.org/bugs/show_bug.cgi?id=19672

            Bug ID: 19672
           Summary: Allow plugins to be loaded automatically
           Product: clang
           Version: 3.3
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: libclang
          Assignee: unassignedclangbugs at nondot.org
          Reporter: bugzilla at tecnocode.co.uk
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

It would be useful if there were some directory in which .so files could be
dropped, which would all be loaded automatically by Clang and libclang on
startup, eliminating the need to pass -plugin arguments to cc1.

The use case for this is to allow plugins to be used by libclang: we have a
libclang-based assistance backend for a text editor (gedit), and a Clang plugin
which adds extra source code checks, but can’t currently use the plugin from
the text editor as there is apparently no way to load plugins from libclang.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140507/b90d6d35/attachment.html>


More information about the llvm-bugs mailing list