Commits

Jordan Rose committed 1988b478da0
[CMake] Don't use the shims/ directory as a primary output. CMake uses the first output in a multi-output command to trigger rebuilds by removing it with "rm -f", but doing this with a directory can cause problems. Hopefully this will fix the issue. Swift SVN r25046