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.