diff options
| author | Greg Clayton <gclayton@apple.com> | 2017-02-09 17:16:19 +0000 |
|---|---|---|
| committer | Greg Clayton <gclayton@apple.com> | 2017-02-09 17:16:19 +0000 |
| commit | 7bcf46e29dd47a3f0bb872f12022fa6fc44e5351 (patch) | |
| tree | d20fee2f9ca3affb6dbdee27e2286a34c1c1850f | |
| parent | 6bf1bd3ed62603601747651863e8fe528c5dcb7f (diff) | |
| download | bcm5719-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.html | 2 |
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 />> 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> |

