[cfe-commits] r123813 - /cfe/trunk/examples/PrintFunctionNames/README.txt

Nick Lewycky nicholas at mxc.ca
Tue Jan 18 21:59:39 PST 2011


Author: nicholas
Date: Tue Jan 18 23:59:39 2011
New Revision: 123813

URL: http://llvm.org/viewvc/llvm-project?rev=123813&view=rev
Log:
Fix name to match reality.

Modified:
    cfe/trunk/examples/PrintFunctionNames/README.txt

Modified: cfe/trunk/examples/PrintFunctionNames/README.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/examples/PrintFunctionNames/README.txt?rev=123813&r1=123812&r2=123813&view=diff
==============================================================================
--- cfe/trunk/examples/PrintFunctionNames/README.txt (original)
+++ cfe/trunk/examples/PrintFunctionNames/README.txt Tue Jan 18 23:59:39 2011
@@ -6,5 +6,5 @@
 
 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
 --





More information about the cfe-commits mailing list