Allow compiler-rt test targets to work with multi-config CMake generators
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.
Previously check-asan, etc failed due to not being able to resolve
"$(Configuration)" in various paths.
https://reviews.llvm.org/D38470 is a pre-requisite.
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.