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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to