]> granicus.if.org Git - clang/commitdiff
Fix name to match reality.
authorNick Lewycky <nicholas@mxc.ca>
Wed, 19 Jan 2011 05:59:39 +0000 (05:59 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Wed, 19 Jan 2011 05:59:39 +0000 (05:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123813 91177308-0d34-0410-b5e6-96231b3b80d8

examples/PrintFunctionNames/README.txt

index 267865c90351955042caf78649dde46f7605812b..f0f5ba6136d39da345c8b15d95a059d16f8b419c 100644 (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
 --