[PATCH] D38471: Allow compiler-rt test targets to work with multi-config CMake generators

Chris Bieneman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 2 14:24:59 PDT 2017


beanz added inline comments.


================
Comment at: test/CMakeLists.txt:2
-# Needed for lit support
-include(AddLLVM)
-
----------------
You can't remove this. We only include AddLLVM in the test directory so that we can support building compiler-rt without LLVM, but we need this if you want to support running tests when building out of tree.


================
Comment at: unittests/CMakeLists.txt:2
-# Needed for lit support
-include(AddLLVM)
-
----------------
Same as my earlier comment. You can't remove this.


https://reviews.llvm.org/D38471





More information about the llvm-commits mailing list