Skip to content
Snippets Groups Projects
Commit b469546a authored by Daniel Dunbar's avatar Daniel Dunbar
Browse files

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
parent 074a2cf3
No related branches found
No related tags found
No related merge requests found
...@@ -6,5 +6,5 @@ TOOL_NO_EXPORT in the tools/clang Makefile). ...@@ -6,5 +6,5 @@ TOOL_NO_EXPORT in the tools/clang Makefile).
Once the plugin is built, you can run it using: 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
-- --
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment