Commit 9090a649 authored by Hans Wennborg's avatar Hans Wennborg
Browse files

Merging r245902:

------------------------------------------------------------------------
r245902 | hans | 2015-08-24 16:34:28 -0700 (Mon, 24 Aug 2015) | 3 lines

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: 245903
parent 22173a23
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -266,9 +266,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