mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Download and build the compiler-rt project.
llvm-svn: 154905
This commit is contained in:
parent
c9489b786a
commit
be2b67fb44
@ -18,7 +18,7 @@ else
|
||||
MAKE=make
|
||||
fi
|
||||
|
||||
projects="llvm cfe dragonegg test-suite"
|
||||
projects="llvm cfe dragonegg compiler-rt test-suite"
|
||||
|
||||
# Base SVN URL for the sources.
|
||||
Base_url="http://llvm.org/svn/llvm-project"
|
||||
@ -214,6 +214,9 @@ function export_sources() {
|
||||
if [ ! -h llvm-test ]; then
|
||||
ln -s ../../test-suite.src llvm-test
|
||||
fi
|
||||
if [ ! -h compiler-rt ]; then
|
||||
ln -s ../../compiler-rt.src compiler-rt
|
||||
fi
|
||||
cd $BuildDir
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user