From f7e22d86167a9fbb42c5ab5b349a34d123a2e2b5 Mon Sep 17 00:00:00 2001
From: Nick Lewycky <nicholas@mxc.ca>
Date: Wed, 19 Jan 2011 05:59:39 +0000
Subject: [PATCH] Fix name to match reality.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123813 91177308-0d34-0410-b5e6-96231b3b80d8
---
 examples/PrintFunctionNames/README.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/PrintFunctionNames/README.txt b/examples/PrintFunctionNames/README.txt
index 267865c9035..f0f5ba6136d 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
 --
-- 
GitLab