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

Daniel Dunbar daniel at zuster.org
Tue Jan 5 13:42:23 PST 2010


Author: ddunbar
Date: Tue Jan  5 15:42:23 2010
New Revision: 92780

URL: http://llvm.org/viewvc/llvm-project?rev=92780&view=rev
Log:
Fix -plugin command line argument syntax for clang -cc1 change.

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=92780&r1=92779&r2=92780&view=diff

==============================================================================
--- cfe/trunk/examples/PrintFunctionNames/README.txt (original)
+++ cfe/trunk/examples/PrintFunctionNames/README.txt Tue Jan  5 15:42:23 2010
@@ -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/PrintFunctionNames.so -plugin print-fns some-input-file.c
 --





More information about the cfe-commits mailing list