Commits

Jordan Rose committed ebc47cab91b
[CMake] llvm-opt should use the version of opt we built. Previously, Debug/bin/llvm-opt would invoke Debug/bin/opt, and Release/bin/llvm-opt would invoke Release/bin/opt. However, build-script only ever builds one LLVM configuration, even if Swift is being built by Xcode in multiple build configurations. Swift SVN r24259