Commits

Michael Gottesman committed c2645d07c6c
[cmake] Expand $(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) from all LLVM/Clang imported target locations. Normally when building in Xcode, Xcode will assume that LLVM/Clang use the same configuration as Swift and will try to pull in the sources from that configuration's build directory. This is incorrect when we are compiling a Release LLVM with a Debug Swift. This commit uses our escaping functionality from 0a48857 and the new imported targets to fix this issue. rdar://27062396