Skip to content
Snippets Groups Projects
Commit f7e22d86 authored by Nick Lewycky's avatar Nick Lewycky
Browse files

Fix name to match reality.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123813 91177308-0d34-0410-b5e6-96231b3b80d8
parent fe71008c
No related branches found
No related tags found
No related merge requests found
...@@ -6,5 +6,5 @@ TOOL_NO_EXPORT in the tools/clang Makefile). ...@@ -6,5 +6,5 @@ TOOL_NO_EXPORT in the tools/clang Makefile).
Once the plugin is built, you can run it using: 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
-- --
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment