Fix name to match reality.

llvm-svn: 123813
This commit is contained in:
Nick Lewycky 2011-01-19 05:59:39 +00:00
parent 43f2563114
commit 0c49533039
1 changed files with 1 additions and 1 deletions

View File

@ -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
--