CMake: Fix add_lit_target for the case where a test suite has zero target dependencies.
authorPeter Collingbourne <peter@pcc.me.uk>
Wed, 18 Feb 2015 22:25:35 +0000 (22:25 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Wed, 18 Feb 2015 22:25:35 +0000 (22:25 +0000)
commit4c85f68fe4c849c80895ac9da0a80370efdc2365
tree20381822c9b3df94bf56865bc1fe1c975fae2bd0
parent4f5a891372beec6bb848be78aa3337688f326390
CMake: Fix add_lit_target for the case where a test suite has zero target dependencies.

This can happen with a standalone project containing a test suite with no
internal dependencies.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229753 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/modules/AddLLVM.cmake