diff options
Diffstat (limited to 'www/test.html')
-rw-r--r-- | www/test.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/test.html b/www/test.html index 60a5df51fbb9..5ffa82fd184b 100644 --- a/www/test.html +++ b/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> |