summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2011-01-19 05:59:39 +0000
committerNick Lewycky <nicholas@mxc.ca>2011-01-19 05:59:39 +0000
commitf7e22d86167a9fbb42c5ab5b349a34d123a2e2b5 (patch)
treed59db4ab02e4738cb06765e1d7f70953218cf7a8 /examples
parentfe71008c2764768f25478b16c1802755189ed7c9 (diff)
Fix name to match reality.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123813 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples')
-rw-r--r--examples/PrintFunctionNames/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/PrintFunctionNames/README.txt b/examples/PrintFunctionNames/README.txt
index 267865c903..f0f5ba6136 100644
--- a/examples/PrintFunctionNames/README.txt
+++ b/examples/PrintFunctionNames/README.txt
@@ -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
--