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
--
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits