All of these changes are NOPs.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
lit/CMakeLists.txt | ||
---|---|---|
21 ↗ | (On Diff #181299) | This only changes the value of LLDB_TEST_C/CXX_COMPILER in the scope this file. It is unused since https://reviews.llvm.org/rC347216#change-H2HV4zA8ol05 removed their usage from lit/lit.site.cfg.py.in (which gets configured below). Before this change the local value was passed to the config file like this: config.cc = "@LLDB_TEST_C_COMPILER@" config.cxx = "@LLDB_TEST_CXX_COMPILER@" They seem to be inferred via LLDB_LIT_TOOLS_DIR now. |
51 ↗ | (On Diff #181299) | LLDB_HAVE_LLD was only used between r331447 and r347216. |
lldb/trunk/cmake/modules/LLDBStandalone.cmake | ||
---|---|---|
104 | If this comment is outdated, does that mean the if (EXISTS) can be removed too? |
If this comment is outdated, does that mean the if (EXISTS) can be removed too?