This worked with the CMake build but broke the Autoconf one.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245902
91177308-0d34-0410-b5e6-
96231b3b80d8
if [ ! -h clang ]; then
ln -s ../../cfe.src clang
fi
- cd $BuildDir/cfe.src/tools
+ cd $BuildDir/llvm.src/tools/clang/tools
if [ ! -h extra ]; then
- ln -s ../../clang-tools-extra.src extra
+ ln -s ../../../../clang-tools-extra.src extra
fi
cd $BuildDir/llvm.src/projects
if [ -d $BuildDir/test-suite.src ] && [ ! -h test-suite ]; then