]> granicus.if.org Git - clang/commit
CMake: Unbreak separated LLVM/Clang project builds for Xcode.
authorDouglas Gregor <dgregor@apple.com>
Thu, 2 Jan 2014 17:11:02 +0000 (17:11 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 2 Jan 2014 17:11:02 +0000 (17:11 +0000)
commit1ce81f53552c7019f75745cd775d9d5226046cec
tree5d84a616327db45ab98ea211de9b458ecbfea4f0
parented930358ccc606a28e485e8c824e9cd149c69790
CMake: Unbreak separated LLVM/Clang project builds for Xcode.

The separate Xcode project generated for Clang is putting the clang
executables into the same location where the LLVM executables are
going. This is wrong, and breaks the Clang build because we try to
create clang++ and clang-cl symlinks in the wrong place and to the
wrong place.

As a stop-gap to get these builds working again, teach the symlink
generation to point into the LLVM executable directory instead.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@198319 91177308-0d34-0410-b5e6-96231b3b80d8
tools/driver/CMakeLists.txt