summaryrefslogtreecommitdiffstats
path: root/clang/examples
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-01-05 21:42:23 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-01-05 21:42:23 +0000
commitd79f40ac7aadc5e290ae473c0e6f1f57fb950121 (patch)
treee1e553b790d408eb0a1fad9b0b0340d286e5944a /clang/examples
parent1a68ab6c83e5fdd1a4d75fd4bdfc216498831735 (diff)
downloadbcm5719-llvm-d79f40ac7aadc5e290ae473c0e6f1f57fb950121.tar.gz
bcm5719-llvm-d79f40ac7aadc5e290ae473c0e6f1f57fb950121.zip
Fix -plugin command line argument syntax for clang -cc1 change.
llvm-svn: 92780
Diffstat (limited to 'clang/examples')
-rw-r--r--clang/examples/PrintFunctionNames/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/examples/PrintFunctionNames/README.txt b/clang/examples/PrintFunctionNames/README.txt
index ee6f7e865e9..267865c9035 100644
--- a/clang/examples/PrintFunctionNames/README.txt
+++ b/clang/examples/PrintFunctionNames/README.txt
@@ -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
--
OpenPOWER on IntegriCloud