forked from OSchip/llvm-project
Fixed documentation bug found by Ramana who sent a patch to the lldb-dev list.
llvm-svn: 294597
This commit is contained in:
parent
6bf1bd3ed6
commit
7bcf46e29d
|
@ -46,7 +46,7 @@
|
|||
built with a custom version of clang, do:
|
||||
</p>
|
||||
<code>
|
||||
<br />> cmake -DLLDB_TEST_ARGS="-A i386 -C /path/to/custom/clang" -G Ninja
|
||||
<br />> cmake -DLLDB_TEST_USER_ARGS="-A i386 -C /path/to/custom/clang" -G Ninja
|
||||
<br />> ninja check-lldb
|
||||
</code>
|
||||
<p>Note that multiple -A and -C flags can be specified to <tt>LLDB_TEST_USER_ARGS</tt>.</p>
|
||||
|
|
Loading…
Reference in New Issue