summaryrefslogtreecommitdiff
path: root/unittests/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Allow compiler-rt test targets to work with multi-config CMake generatorsGreg Bedwell2017-11-131-2/+2
| | | | | | | | | | Multi-config CMake generators need lit to be able to resolve paths of artifacts from previous build steps at lit time, rather than expect them to be fully resolved at CMake time as they may contain the build mode. Differential Revision: https://reviews.llvm.org/D38471 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@318037 91177308-0d34-0410-b5e6-96231b3b80d8
* [CMake] Push the dependency on AddLLVM into the test and unites layersChris Bieneman2016-02-171-0/+3
| | | | | | Compiler-rt only relies on LLVM for lit support. Pushing this dependency down into the test and unitest layers will allow builtin libraries to be built without LLVM. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@261105 91177308-0d34-0410-b5e6-96231b3b80d8
* Move shared configs for lit test suites to test/ and unittests/ directoriesAlexey Samsonov2014-02-141-0/+3
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@201399 91177308-0d34-0410-b5e6-96231b3b80d8