forked from OSchip/llvm-project
parent
43f2563114
commit
0c49533039
|
@ -6,5 +6,5 @@ TOOL_NO_EXPORT in the tools/clang Makefile).
|
|||
|
||||
Once the plugin is built, you can run it using:
|
||||
--
|
||||
$ clang -cc1 -load path/to/PrintFunctionNames.so -plugin print-fns some-input-file.c
|
||||
$ clang -cc1 -load path/to/libPrintFunctionNames.so -plugin print-fns some-input-file.c
|
||||
--
|
||||
|
|
Loading…
Reference in New Issue