From: Nick Lewycky Date: Wed, 19 Jan 2011 05:59:39 +0000 (+0000) Subject: Fix name to match reality. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f7e22d86167a9fbb42c5ab5b349a34d123a2e2b5;p=clang Fix name to match reality. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123813 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 --