[all-commits] [llvm/llvm-project] f179f4: [lldb] Disable modules in Apple-lldb-base
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue May 24 17:17:28 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f179f403c8579c939e09d27c383b6263cf2523aa
https://github.com/llvm/llvm-project/commit/f179f403c8579c939e09d27c383b6263cf2523aa
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2022-05-24 (Tue, 24 May 2022)
Changed paths:
M lldb/cmake/caches/Apple-lldb-base.cmake
Log Message:
-----------
[lldb] Disable modules in Apple-lldb-base
The LLDB website recommends using the CMake caches to build on macOS.
Although modules result in a faster build, this configuration tends to
break occasionally because it's specific to our platform. I don't expect
newcomers to be able to deal with those kind of breakages so don't
enable them by default.
More information about the All-commits
mailing list