[lldb-dev] A typo on the "Testing LLDB" tutorial page?

Greg Clayton via lldb-dev lldb-dev at lists.llvm.org
Thu Feb 9 09:28:00 PST 2017


Thanks for this, fixed with:

% svn commit test.html 
Sending        test.html
Transmitting file data .done
Committing transaction...
Committed revision 294597.

> On Feb 8, 2017, at 8:44 PM, Ramana via lldb-dev <lldb-dev at lists.llvm.org> wrote:
> 
> On the "Testing LLDB" tutorial page, in the description under "RUNNING
> TESTS -> Running the full test suite" section, should this
> 
>> cmake -DLLDB_TEST_ARGS="-A i386 -C /path/to/custom/clang" -G Ninja
>> ninja check-lldb
> 
> be
> 
>> cmake -DLLDB_TEST_USER_ARGS="-A i386 -C /path/to/custom/clang" -G Ninja
>> ninja check-lldb
> 
> Regards,
> Ramana
> _______________________________________________
> lldb-dev mailing list
> lldb-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev



More information about the lldb-dev mailing list