Commits

Jordan Rose committed c0c6efde6a7
CMake: Add explicit library path for linking against Swift stdlib libraries. This is needed because of autolinking, which doesn't know where to find these libraries. In the Makefile build, lib/swift is just a symlink back to lib/, so the default LLVM config is good enough, but the CMake build actually makes a subdirectory. Swift SVN r7593