mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-10-31 08:16:47 +00:00 
			
		
		
		
	Merging r242543:
------------------------------------------------------------------------ r242543 | hans | 2015-07-17 09:49:59 -0700 (Fri, 17 Jul 2015) | 1 line Add libunwind to the release scripts ------------------------------------------------------------------------ git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_37@242544 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
		| @@ -14,7 +14,7 @@ | |||||||
|  |  | ||||||
| set -e | set -e | ||||||
|  |  | ||||||
| projects="llvm cfe test-suite compiler-rt libcxx libcxxabi clang-tools-extra polly lldb lld openmp" | projects="llvm cfe test-suite compiler-rt libcxx libcxxabi clang-tools-extra polly lldb lld openmp libunwind" | ||||||
| base_url="https://llvm.org/svn/llvm-project" | base_url="https://llvm.org/svn/llvm-project" | ||||||
|  |  | ||||||
| release="" | release="" | ||||||
|   | |||||||
| @@ -17,7 +17,7 @@ set -e | |||||||
| release="" | release="" | ||||||
| rc="" | rc="" | ||||||
| rebranch="no" | rebranch="no" | ||||||
| projects="llvm cfe test-suite compiler-rt libcxx libcxxabi clang-tools-extra polly lldb lld openmp" | projects="llvm cfe test-suite compiler-rt libcxx libcxxabi clang-tools-extra polly lldb lld openmp libunwind" | ||||||
| dryrun="" | dryrun="" | ||||||
| revision="HEAD" | revision="HEAD" | ||||||
|  |  | ||||||
|   | |||||||
| @@ -18,7 +18,7 @@ else | |||||||
|     MAKE=make |     MAKE=make | ||||||
| fi | fi | ||||||
|  |  | ||||||
| projects="llvm cfe compiler-rt libcxx libcxxabi test-suite clang-tools-extra" | projects="llvm cfe compiler-rt libcxx libcxxabi test-suite clang-tools-extra libunwind" | ||||||
|  |  | ||||||
| # 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" | ||||||
| @@ -228,6 +228,10 @@ function export_sources() { | |||||||
|     if [ ! -h libcxxabi ]; then |     if [ ! -h libcxxabi ]; then | ||||||
|         ln -s ../../libcxxabi.src libcxxabi |         ln -s ../../libcxxabi.src libcxxabi | ||||||
|     fi |     fi | ||||||
|  |     if [ ! -h libunwind ]; then | ||||||
|  |         ln -s ../../libunwind.src libunwind | ||||||
|  |     fi | ||||||
|  |  | ||||||
|     cd $BuildDir |     cd $BuildDir | ||||||
| } | } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user