mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Fixing a bug.
This commit is contained in:
		
							parent
							
								
									3dc898384f
								
							
						
					
					
						commit
						bf3bc1432f
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -1,6 +1,5 @@
 | 
			
		|||
#!/bin/sh
 | 
			
		||||
 | 
			
		||||
cd ..
 | 
			
		||||
mkdir libcxx
 | 
			
		||||
cd libcxx
 | 
			
		||||
# Checkout LLVM, libc++ and libc++abi
 | 
			
		||||
| 
						 | 
				
			
			@ -12,4 +11,4 @@ svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm
 | 
			
		|||
mkdir libcxx_msan && cd libcxx_msan
 | 
			
		||||
cmake ../llvm -DCMAKE_BUILD_TYPE=Release -DLLVM_USE_SANITIZER=Memory -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++
 | 
			
		||||
make cxx -j4
 | 
			
		||||
cd ../build
 | 
			
		||||
cd ..
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue