[all-commits] [llvm/llvm-project] 0c798a: [CMake] Split logic across test suite subdirectori...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Thu Oct 24 10:58:28 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0c798aa4483e103e67231c279aed00cd16154e33
https://github.com/llvm/llvm-project/commit/0c798aa4483e103e67231c279aed00cd16154e33
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2019-10-24 (Thu, 24 Oct 2019)
Changed paths:
M lldb/test/API/CMakeLists.txt
M lldb/test/CMakeLists.txt
A lldb/test/Shell/CMakeLists.txt
A lldb/test/Unit/CMakeLists.txt
Log Message:
-----------
[CMake] Split logic across test suite subdirectories (NFC)
The top-level CMake file in the test directory can be simplified by
moving relevant configuration options into the corresponding
subdirectories. Doing so makes it easier to understand what CMake
options are needed by the different test suites.
Differential revision: https://reviews.llvm.org/D69394
More information about the All-commits
mailing list