You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. The option -fplugin of clang only accepts full paths.
However under gcc, one is able to load a plugin by just -fplugin=annobin.
If there were such an option and a standard installation scheme for plugins, a cmake build system could easily check availability of optional plugins by checking CXX flag -fplugin=annobin.