[Lldb-commits] [lldb] r294597 - Fixed documentation bug found by Ramana who sent a patch to the lldb-dev list.

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 9 09:16:19 PST 2017


Author: gclayton
Date: Thu Feb  9 11:16:19 2017
New Revision: 294597

URL: http://llvm.org/viewvc/llvm-project?rev=294597&view=rev
Log:
Fixed documentation bug found by Ramana who sent a patch to the lldb-dev list.


Modified:
    lldb/trunk/www/test.html

Modified: lldb/trunk/www/test.html
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/www/test.html?rev=294597&r1=294596&r2=294597&view=diff
==============================================================================
--- lldb/trunk/www/test.html (original)
+++ lldb/trunk/www/test.html Thu Feb  9 11:16:19 2017
@@ -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>




More information about the lldb-commits mailing list