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

Ramana via lldb-dev lldb-dev at lists.llvm.org
Wed Feb 8 20:44:40 PST 2017


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


More information about the lldb-dev mailing list