summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2018-05-03 16:54:10 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2018-05-03 16:54:10 +0000
commit52721286b2a10d9df1603132656e2a74bd76340f (patch)
tree3e6a4832dee79eb03e9e656625c893df9d1f34d9 /llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
parentc42fa4be1f2c22577756d70cdfeed66399cc56a5 (diff)
downloadbcm5719-llvm-52721286b2a10d9df1603132656e2a74bd76340f.tar.gz
bcm5719-llvm-52721286b2a10d9df1603132656e2a74bd76340f.zip
[CMake] Unify and relayer testing
This patch restructures part of LLDB's testing configuration: 1. I moved the test dependencies up the chain so every dotest dependency becomes a lit dependency as well. It wouldn't make sense for dotest to have other dependencies when it's being run by lit. Lit on the other hand can still specify extra dependencies. 2. I replaced as much generator expressions with variables as possible. This is consistent with the rest of LLVM and doesn't break generators that support multiple targets (MSVC, Xcode). This wasn't a problem before, but now we need to expand the dotest arguments in the lit configuration and there's only one test suite even with multiple targets. 3. I moved lldb-dotest into it's own directory under utils since there's no need anymore for it to located under `test/`. Differential revision: https://reviews.llvm.org/D46334 llvm-svn: 331463
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud