[lldb-dev] [CMake] LLDB_TEST_(C/CXX)_COMPILER in patches for standalone and testing

Stefan Gränitz via lldb-dev lldb-dev at lists.llvm.org
Tue Jan 8 08:26:50 PST 2019


Hi all

I put a number of patches for review that are related to LLDB standalone builds and testing. They mostly clean up things that confused me while investigating the mysterious problem with the cxx target dependency [1][2].

One of the changes [4] has relevant effects on CMake parameters: it deprecates LLDB_TEST_C/CXX_COMPILER in favor of a unified LLDB_TEST_COMPILER (for details on the change itself, let's discuss in the review). 
As this may affect build bot configurations etc., the old parameters are only marked deprecated for now and will continue to work. I imagined to phase them out until the 8.0 release. What do you think?

The other related reviews are linked below.

Best
Stefan

--

[1] https://bugs.llvm.org/show_bug.cgi?id=40201 <https://bugs.llvm.org/show_bug.cgi?id=40201>
[2] https://reviews.llvm.org/D56399 <https://reviews.llvm.org/D56399>
[3] https://reviews.llvm.org/D56400 <https://reviews.llvm.org/D56400>
[4] https://reviews.llvm.org/D56440 <https://reviews.llvm.org/D56440>
[5] https://reviews.llvm.org/D56443 <https://reviews.llvm.org/D56443>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20190108/a43034bd/attachment.html>


More information about the lldb-dev mailing list