[cfe-dev] clang plugin
Naoya Maruyama
naoya.maruyama at gmail.com
Thu Apr 1 19:05:40 PDT 2010
Hi,
I'm developing a c-program tool with clang, and trying the
PrintFunctionNames plugin. However, running a command loading plugin
libraries doesn't seem to find plugins:
$ clang -cc1 -load path/to/libPrintFunctionNames.so -plugin help
clang -cc1 plugins:
Actually, on my different machine, the same thing does work and I can
see a list of function names with the plugin. But on another machine
clang seems to silently fails to load the plugin library. Could
anybody please tell me how to diagnose the problem?
Thanks,
Naoya
More information about the cfe-dev
mailing list