[all-commits] [llvm/llvm-project] 77a60f: [lldb] Record framework build path and use it ever...
hhb via All-commits
all-commits at lists.llvm.org
Wed Nov 6 14:07:45 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 77a60f0df673074a2c9276498f95a9eaadeece56
https://github.com/llvm/llvm-project/commit/77a60f0df673074a2c9276498f95a9eaadeece56
Author: Haibo Huang <hhb at google.com>
Date: 2019-11-06 (Wed, 06 Nov 2019)
Changed paths:
M lldb/CMakeLists.txt
M lldb/cmake/modules/AddLLDB.cmake
M lldb/cmake/modules/LLDBConfig.cmake
M lldb/cmake/modules/LLDBFramework.cmake
M lldb/test/API/CMakeLists.txt
M lldb/tools/debugserver/source/CMakeLists.txt
M lldb/tools/driver/CMakeLists.txt
M lldb/tools/lldb-vscode/CMakeLists.txt
Log Message:
-----------
[lldb] Record framework build path and use it everywhere
This avoids config time dependencies on liblldb. And enables other refactoring.
More information about the All-commits
mailing list