mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 21:32:10 +00:00
Add libcxx and clang-tools-extra to the testing thing.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181418 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7193427e21
commit
77bf8661cd
@ -18,7 +18,7 @@ else
|
|||||||
MAKE=make
|
MAKE=make
|
||||||
fi
|
fi
|
||||||
|
|
||||||
projects="llvm cfe dragonegg compiler-rt test-suite"
|
projects="llvm cfe dragonegg compiler-rt libcxx test-suite clang-tools-extra"
|
||||||
|
|
||||||
# Base SVN URL for the sources.
|
# Base SVN URL for the sources.
|
||||||
Base_url="http://llvm.org/svn/llvm-project"
|
Base_url="http://llvm.org/svn/llvm-project"
|
||||||
@ -210,13 +210,20 @@ function export_sources() {
|
|||||||
if [ ! -h clang ]; then
|
if [ ! -h clang ]; then
|
||||||
ln -s ../../cfe.src clang
|
ln -s ../../cfe.src clang
|
||||||
fi
|
fi
|
||||||
|
cd $BuildDir/llvm.src/tools/clang/tools
|
||||||
|
if [ ! -h clang-tools-extra ]; then
|
||||||
|
ln -s ../../../../clang-tools-extra.src extra
|
||||||
|
fi
|
||||||
cd $BuildDir/llvm.src/projects
|
cd $BuildDir/llvm.src/projects
|
||||||
if [ ! -h llvm-test ]; then
|
if [ ! -h test-suite ]; then
|
||||||
ln -s ../../test-suite.src llvm-test
|
ln -s ../../test-suite.src test-suite
|
||||||
fi
|
fi
|
||||||
if [ ! -h compiler-rt ]; then
|
if [ ! -h compiler-rt ]; then
|
||||||
ln -s ../../compiler-rt.src compiler-rt
|
ln -s ../../compiler-rt.src compiler-rt
|
||||||
fi
|
fi
|
||||||
|
if [ ! -h libcxx ]; then
|
||||||
|
ln -s ../../libcxx.src libcxx
|
||||||
|
fi
|
||||||
cd $BuildDir
|
cd $BuildDir
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user