[all-commits] [llvm/llvm-project] 8acace: [lldb] Fix LLDB_DEFAULT_TEST_ARCH for standalone b...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Wed Jul 22 17:05:00 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8acaceb14c6c6f91996beb27742119844c04292f
https://github.com/llvm/llvm-project/commit/8acaceb14c6c6f91996beb27742119844c04292f
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-07-22 (Wed, 22 Jul 2020)
Changed paths:
M lldb/test/API/CMakeLists.txt
Log Message:
-----------
[lldb] Fix LLDB_DEFAULT_TEST_ARCH for standalone builds
LLVM_TARGET_ARCH is not exported by LLVM so we can't use it from
standalone builds. Default to the architecture in LLVM_HOST_TRIPLE when
no LLDB_DEFAULT_TEST_ARCH was specified.
More information about the All-commits
mailing list