]> granicus.if.org Git - clang/commitdiff
Fix -plugin command line argument syntax for clang -cc1 change.
authorDaniel Dunbar <daniel@zuster.org>
Tue, 5 Jan 2010 21:42:23 +0000 (21:42 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 5 Jan 2010 21:42:23 +0000 (21:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92780 91177308-0d34-0410-b5e6-96231b3b80d8

examples/PrintFunctionNames/README.txt

index ee6f7e865e91083c5f0d3c7a35648077eaca3c64..267865c90351955042caf78649dde46f7605812b 100644 (file)
@@ -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/PrintFunctionNames.so -plugin print-fns some-input-file.c
 --