[Lldb-commits] [PATCH] D64154: [Docs] Unify build instructions
Stella Stamenova via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 3 13:23:14 PDT 2019
stella.stamenova added inline comments.
================
Comment at: lldb/docs/resources/build.rst:132
environment variable if it is specified).
* ``LLDB_TEST_C_COMPILER`` or ``LLDB_TEST_CXX_COMPILER``: The test suite needs
to be able to find a copy of clang.exe that it can use to compile inferior
----------------
This is not Windows specific and it is frequently used on non-Windows platforms. The other properties are also technically not Windows specific, though they are usually used on Windows.
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64154/new/
https://reviews.llvm.org/D64154
More information about the lldb-commits
mailing list