[all-commits] [llvm/llvm-project] af331c: [debugserver] Set arch based on TARGET_TRIPLE
Vedant Kumar via All-commits
all-commits at lists.llvm.org
Wed Nov 20 12:12:55 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: af331cbe14e8376c696441bb4c26a68be733b884
https://github.com/llvm/llvm-project/commit/af331cbe14e8376c696441bb4c26a68be733b884
Author: Vedant Kumar <vsk at apple.com>
Date: 2019-11-20 (Wed, 20 Nov 2019)
Changed paths:
M lldb/tools/debugserver/source/MacOSX/CMakeLists.txt
Log Message:
-----------
[debugserver] Set arch based on TARGET_TRIPLE
Use TARGET_TRIPLE instead of LLVM_DEFAULT_TARGET_TRIPLE, as the latter
isn't exported by LLVMConfig.cmake, which means arch detection fails if
lldb is built separately from llvm.
More information about the All-commits
mailing list