mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
Update projects lists.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216048 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bca58d8531
commit
7130b22436
@ -14,7 +14,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
projects="llvm cfe dragonegg test-suite compiler-rt libcxx clang-tools-extra polly lldb"
|
||||
projects="llvm cfe dragonegg test-suite compiler-rt libcxx libcxxabi clang-tools-extra polly lldb lld openmp"
|
||||
base_url="https://llvm.org/svn/llvm-project"
|
||||
|
||||
release=""
|
||||
|
@ -18,7 +18,7 @@ else
|
||||
MAKE=make
|
||||
fi
|
||||
|
||||
projects="llvm cfe dragonegg compiler-rt libcxx test-suite clang-tools-extra"
|
||||
projects="llvm cfe dragonegg compiler-rt libcxx libcxxabi test-suite clang-tools-extra"
|
||||
|
||||
# Base SVN URL for the sources.
|
||||
Base_url="http://llvm.org/svn/llvm-project"
|
||||
@ -260,6 +260,9 @@ function export_sources() {
|
||||
if [ ! -h libcxx ]; then
|
||||
ln -s ../../libcxx.src libcxx
|
||||
fi
|
||||
if [ ! -h libcxxabi ]; then
|
||||
ln -s ../../libcxxabi.src libcxxabi
|
||||
fi
|
||||
cd $BuildDir
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user