summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2017-02-09 17:16:19 +0000
committerGreg Clayton <gclayton@apple.com>2017-02-09 17:16:19 +0000
commit7bcf46e29dd47a3f0bb872f12022fa6fc44e5351 (patch)
treed20fee2f9ca3affb6dbdee27e2286a34c1c1850f
parent6bf1bd3ed62603601747651863e8fe528c5dcb7f (diff)
downloadbcm5719-llvm-7bcf46e29dd47a3f0bb872f12022fa6fc44e5351.tar.gz
bcm5719-llvm-7bcf46e29dd47a3f0bb872f12022fa6fc44e5351.zip
Fixed documentation bug found by Ramana who sent a patch to the lldb-dev list.
llvm-svn: 294597
-rw-r--r--lldb/www/test.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/www/test.html b/lldb/www/test.html
index 60a5df51fbb..5ffa82fd184 100644
--- a/lldb/www/test.html
+++ b/lldb/www/test.html
@@ -46,7 +46,7 @@
built with a custom version of clang, do:
</p>
<code>
- <br />&gt; cmake -DLLDB_TEST_ARGS="-A i386 -C /path/to/custom/clang" -G Ninja
+ <br />&gt; cmake -DLLDB_TEST_USER_ARGS="-A i386 -C /path/to/custom/clang" -G Ninja
<br />&gt; ninja check-lldb
</code>
<p>Note that multiple -A and -C flags can be specified to <tt>LLDB_TEST_USER_ARGS</tt>.</p>
OpenPOWER on IntegriCloud