commit | b469546a3bab426eec05fd21dd90a81cf75942da | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Tue Jan 05 21:42:23 2010 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Tue Jan 05 21:42:23 2010 +0000 |
tree | 7fc35a7dc5b3e950d1f91d06b23d348b288af8ec | |
parent | 074a2cf3c51229b90b77e998463530c9b06470e6 [diff] [blame] |
Fix -plugin command line argument syntax for clang -cc1 change. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92780 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/examples/PrintFunctionNames/README.txt b/examples/PrintFunctionNames/README.txt index ee6f7e8..267865c 100644 --- a/examples/PrintFunctionNames/README.txt +++ b/examples/PrintFunctionNames/README.txt
@@ -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 --