[all-commits] [llvm/llvm-project] 63aaec: [lldb/CMake] Make check-lldb-* work for the standa...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Mon Mar 30 11:38:57 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 63aaecd5bebc8cf2cd4b4f2b42183978fd30ddef
https://github.com/llvm/llvm-project/commit/63aaecd5bebc8cf2cd4b4f2b42183978fd30ddef
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-03-30 (Mon, 30 Mar 2020)
Changed paths:
M lldb/test/CMakeLists.txt
Log Message:
-----------
[lldb/CMake] Make check-lldb-* work for the standalone build.
In order to run check-lldb-* we need the correct map_config directives
in llvm-lit. For the standalone build, LLVM doesn't know about LLDB, and
the lldb mappings are missing. In that case we build our own llvm-lit,
and tell LLVM to use the llvm-lit in the lldb build directory.
Differential revision: https://reviews.llvm.org/D76945
More information about the All-commits
mailing list