[all-commits] [llvm/llvm-project] 6888de: [lldb] Fix building LLDB standlone without framework
Alex via All-commits
all-commits at lists.llvm.org
Tue Aug 1 09:51:19 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6888de118707e6392b46073fc35738804f9f1d80
https://github.com/llvm/llvm-project/commit/6888de118707e6392b46073fc35738804f9f1d80
Author: Alex Langford <alangford at apple.com>
Date: 2023-08-01 (Tue, 01 Aug 2023)
Changed paths:
M lldb/source/API/CMakeLists.txt
Log Message:
-----------
[lldb] Fix building LLDB standlone without framework
In a809720102fae8d1b5a7073f99f9dae9395c5f41 I refactored some logic to
deal with the clang resource directory in standalone LLDB builds.
However, this logic escaped me because it only runs when you do not
build LLDB.framework.
Differential Revision: https://reviews.llvm.org/D156763
More information about the All-commits
mailing list