Revert r245355 "Release script: correctly symlink clang-tools-extra into the build (PR22765)"

This worked with the CMake build but broke the Autoconf one.

llvm-svn: 245902
This commit is contained in:
Hans Wennborg 2015-08-24 23:34:28 +00:00
parent 8fbd95306d
commit 57ee6a1bc7
1 changed files with 2 additions and 2 deletions

View File

@ -282,9 +282,9 @@ function export_sources() {
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