JJonas Devlieghere[lldb] Disable modules in Apple-lldb-base
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[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. | 4 年前 | |
[llvm][lldb] use FindLibEdit.cmake everywhere Currently, LLVM's LineEditor and LLDB both use libedit, but find them in different (inconsistent) ways. This causes issues e.g. when you are using a locally installed version of libedit, which will not be used by clang-query, but by lldb if picked up by FindLibEdit.cmake Reviewed By: MaskRay Differential Revision: https://reviews.llvm.org/D124673 | 4 年前 |