Fixed documentation bug found by Ramana who sent a patch to the lldb-dev list.

llvm-svn: 294597
This commit is contained in:
Greg Clayton 2017-02-09 17:16:19 +00:00
parent 6bf1bd3ed6
commit 7bcf46e29d
1 changed files with 1 additions and 1 deletions

View File

@ -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>